Skip to content

Commit

Permalink
chore(engine-core) Revert base64 of env.OVERWRITE_DATASOURCES
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed May 19, 2020
1 parent de5dc8e commit 3a066ab
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/packages/engine-core/src/NodeEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,12 +433,6 @@ ${chalk.dim("In case we're mistaken, please report this to us 🙏.")}`)
debug(env)
debug({ cwd: this.cwd })

if (env.OVERWRITE_DATASOURCES) {
env.OVERWRITE_DATASOURCES = Buffer.from(
env.OVERWRITE_DATASOURCES,
).toString('base64')
}

const prismaPath = await this.getPrismaPath()

const flags = ['--enable-raw-queries', ...this.flags]
Expand Down

0 comments on commit 3a066ab

Please sign in to comment.