Skip to content

Commit

Permalink
fix: api Op not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud AMBROSELLI committed Apr 8, 2022
1 parent 912100f commit 5e42c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/controllers/organisation.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const express = require("express");
const router = express.Router();
const passport = require("passport");
const { fn } = require("sequelize");
const { Op, fn } = require("sequelize");
const crypto = require("crypto");
const { z } = require("zod");
const { catchErrors } = require("../errors");
Expand Down

0 comments on commit 5e42c85

Please sign in to comment.