Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
Ladd Hoffman | 8a23ee63d6 |
|
@ -31,7 +31,7 @@ const setup = async () => {
|
|||
scene.withFlowchart();
|
||||
scene.withTable();
|
||||
|
||||
dao = new DAO('DGF', scene);
|
||||
dao = new DAO('DAO', scene);
|
||||
await dao.setDisplayValue('total rep', () => dao.reputation.getTotal());
|
||||
|
||||
experts = [];
|
||||
|
|
|
@ -29,7 +29,7 @@ async function setup() {
|
|||
scene.withSequenceDiagram();
|
||||
scene.withTable();
|
||||
|
||||
dao = new DAO('DGF', scene);
|
||||
dao = new DAO('DAO', scene);
|
||||
|
||||
experts = [];
|
||||
await newExpert();
|
||||
|
|
Loading…
Reference in New Issue