mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
added format command and added trailing commas to reduce conflicts
This commit is contained in:
@@ -11,7 +11,7 @@ export {
|
||||
type RepoQueryIn,
|
||||
defaultQuerySchema,
|
||||
querySchema,
|
||||
whereSchema
|
||||
whereSchema,
|
||||
} from "./server/data-query-impl";
|
||||
|
||||
export { Connection } from "./connection/Connection";
|
||||
@@ -25,7 +25,7 @@ export { constructEntity, constructRelation } from "./schema/constructor";
|
||||
|
||||
export const DatabaseEvents = {
|
||||
...MutatorEvents,
|
||||
...RepositoryEvents
|
||||
...RepositoryEvents,
|
||||
};
|
||||
export { MutatorEvents, RepositoryEvents };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user