Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ConduitPlatform/Conduit int…
Browse files Browse the repository at this point in the history
…o complexity-any-types-duplications
  • Loading branch information
SotiriaSte committed Feb 24, 2023
2 parents 7ff31b0 + ddbc008 commit 19e77fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/database/src/adapters/mongoose-adapter/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ export class MongooseAdapter extends DatabaseAdapter<MongooseSchema> {
}

async syncSchema(name: string) {
throw new GrpcError(status.UNIMPLEMENTED, 'Cannot sync module schema in Mongoose');
return;
}

private checkIndexes(
Expand Down

0 comments on commit 19e77fd

Please sign in to comment.