Dirty-Fix build

This commit is contained in:
Jan Oberhauser
2020-01-27 01:32:47 -08:00
parent 73010e1ae4
commit abeae2ae9f
4 changed files with 7 additions and 1 deletions

View File

@@ -18,5 +18,6 @@ export async function getAuthenticationClient(email: string, privateKey: string,
// TODO: Check later if this or the above should be cached
await client.authorize();
// @ts-ignore
return client;
}