Skip to content

Commit

Permalink
Import secret manager correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Jul 8, 2024
1 parent 6d090d9 commit 1c5d681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/infra/database/manager.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { PrismaClient } = require("@prisma/client");
const secretManager = require("../services/secret-manager");
const { secretManager } = require("../services/secret-manager");
const { env } = require("../../env");

const manager = {
Expand Down

0 comments on commit 1c5d681

Please sign in to comment.