Skip to content

Commit

Permalink
missed test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattschoch committed May 9, 2024
1 parent e02bcb9 commit 77c69ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/policy-engine/src/shared/module/persistence/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ const prisma = new PrismaClient()
const engine: Engine = {
id: '7d704a62-d15e-4382-a826-1eb41563043b',
adminApiKey: 'admin-api-key-xxx',
masterKey: 'master-key-xxx',
activated: true
masterKey: 'master-key-xxx'
}

async function main() {
Expand Down

0 comments on commit 77c69ae

Please sign in to comment.