Skip to content

Commit

Permalink
fix(package/prisma): missing template in the seed script
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Mar 20, 2024
1 parent 452db6f commit bf0c8a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/prisma/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ async function main() {
baseCurrency: "BTC",
quoteCurrency: "USDT",
type: "GridBot",
template: "gridBot",

settings: {
gridLines: gridLines as any,
Expand Down

0 comments on commit bf0c8a7

Please sign in to comment.