Fix bug with no user
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Stamm 2020-07-28 16:02:53 +02:00
parent 5421f8642e
commit 523ac17e92

View File

@ -15,6 +15,8 @@ const config =
}) })
) || {}; ) || {};
if (!config.user) config.user = {};
const env = Deno.env.toObject(); const env = Deno.env.toObject();
for (const key in env) { for (const key in env) {