Skip to content

Commit

Permalink
fix: export enablePostgresUuidExtension and WithTypeOrmQuery to core …
Browse files Browse the repository at this point in the history
…exports
  • Loading branch information
sksadjad committed Nov 24, 2023
1 parent 9bfb597 commit 5161837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ssi-sdk-core/src/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './encoding'
export { flattenArray, flattenMigrations } from './database'
export { enablePostgresUuidExtension, flattenArray, flattenMigrations, WithTypeOrmQuery } from './database'
export { getImageMediaType, getImageDimensions, downloadImage } from './image'
export * from './vc'

0 comments on commit 5161837

Please sign in to comment.