We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35194a commit 66768b6Copy full SHA for 66768b6
1 file changed
src/backend/src/prisma/seed.ts
@@ -204,7 +204,7 @@ const performSeed: () => Promise<void> = async () => {
204
205
/** If the .env file exists, set the FINANCE_TEAM_ID */
206
if (currentEnv) {
207
- currentEnv.FINANCE_TEAM_ID = financeTeam;
+ currentEnv.FINANCE_TEAM_ID = financeTeam.teamId;
208
/** Write the new .env file */
209
let stringifiedEnv = '';
210
Object.keys(currentEnv).forEach((key) => {
0 commit comments