Skip to content

Commit

Permalink
Roll back DEMO change
Browse files Browse the repository at this point in the history
  • Loading branch information
dguenther committed Nov 27, 2024
1 parent a307a0d commit 4303997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobile-app/data/facades/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { chainHandlers } from "./chain/handlers";
import { chainDemoHandlers } from "./chain/demoHandlers";
import { contactsDemoHandlers } from "./contacts/demoHandlers";

const DEMO = false;
const DEMO = true;

export const facadeContext = createFacadeContext(
DEMO
Expand Down

0 comments on commit 4303997

Please sign in to comment.