Skip to content

Commit

Permalink
rm unused dbConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens authored Feb 8, 2024
1 parent ac12dce commit 2ea8946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sandbox/configs/all-the-things.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { componentBlocks } from '../component-blocks'
import { schema as structureSchema } from '../structure'
import { schema as structureNestedSchema } from '../structure-nested'
import { schema as structureRelationshipsSchema } from '../structure-relationships'
import { dbConfig, localStorageConfig, trackingFields } from '../utils'
import { localStorageConfig, trackingFields } from '../utils'
// import { type Lists } from '.keystone/types' // TODO

const description =
Expand Down

0 comments on commit 2ea8946

Please sign in to comment.