Skip to content

Commit

Permalink
Fixes event indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarlosn authored Feb 19, 2025
1 parent 636bcc1 commit 7d2a83a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/protolib/src/bundles/events/eventsAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ export const EventsAPI = async (app, context) => {
logLevel: "trace",
defaultOrderBy: 'created',
defaultOrderDirection: 'desc',
skipDatabaseInitialization: true,
dbOptions: {
orderedInsert: true
}
})
EventAPI(app, context)
}
}

0 comments on commit 7d2a83a

Please sign in to comment.