Compare commits

...

1 Commits
dev ... main

Author SHA1 Message Date
Ladd Hoffman 8a23ee63d6 Rename back to DAO 2023-11-05 23:28:53 -06:00
2 changed files with 2 additions and 2 deletions

View File

@ -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 = [];

View File

@ -29,7 +29,7 @@ async function setup() {
scene.withSequenceDiagram();
scene.withTable();
dao = new DAO('DGF', scene);
dao = new DAO('DAO', scene);
experts = [];
await newExpert();