Skip to content

Commit

Permalink
fix(frontend): fix user schema
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianjeng committed Sep 2, 2024
1 parent b509d4b commit cb4fb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/utils/schema.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { schema as syncSchema } from '@unirep/core'
import { userSchema as syncSchema } from '@unirep/core'
import { TableData } from 'anondb'

const _schema = [
Expand Down

0 comments on commit cb4fb8e

Please sign in to comment.