Rename back to DAO

This commit is contained in:
Ladd Hoffman 2023-11-05 23:28:53 -06:00
parent 629274476c
commit 8a23ee63d6
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();