Skip to content

Commit

Permalink
delConsoleLog
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbrui committed Sep 1, 2023
1 parent a90774b commit 7608825
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/integrations/gei-crud/src/db/orm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ import { iGraphQL } from 'i-graphql';
import { ObjectId } from 'mongodb';

export const orm = async () => {
console.log('IGraphQl');
//const modell = collection.replace("Collection", "Model")

return iGraphQL<Record<string, any>, { _id: () => string; createdAt: () => string }>({
_id: () => new ObjectId().toHexString(),
createdAt: () => new Date().toISOString(),
Expand Down

0 comments on commit 7608825

Please sign in to comment.