Skip to content

Commit

Permalink
fix: Lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aayush123 authored May 23, 2024
1 parent f8bc8eb commit 6ad60af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/orm/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ export * from './decorators/date.js'
export * from './decorators/date_time.js'
export { BaseModel, scope } from './base_model/index.js'
export { ModelQueryBuilder } from './query_builder/index.js'
export { ModelPaginator } from './paginator/index.js';
export { ModelPaginator } from './paginator/index.js'
export { SnakeCaseNamingStrategy } from './naming_strategies/snake_case.js'

0 comments on commit 6ad60af

Please sign in to comment.