diff options
author | bobzel <zzzman@gmail.com> | 2024-08-13 15:14:05 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-08-13 15:14:05 -0400 |
commit | 4d45f8a046ce5300f0b046457a381d219eef3363 (patch) | |
tree | b4f1a2fcff857840e5b281b25729a8f378467ef6 /src/server/apis/google/GoogleApiServerUtils.ts | |
parent | 5c7964173d80752200727d8340825210c2704265 (diff) |
cleaning up database types
Diffstat (limited to 'src/server/apis/google/GoogleApiServerUtils.ts')
-rw-r--r-- | src/server/apis/google/GoogleApiServerUtils.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/apis/google/GoogleApiServerUtils.ts b/src/server/apis/google/GoogleApiServerUtils.ts index d3acc968b..47206f415 100644 --- a/src/server/apis/google/GoogleApiServerUtils.ts +++ b/src/server/apis/google/GoogleApiServerUtils.ts @@ -21,6 +21,7 @@ const scope = ['documents.readonly', 'documents', 'presentations', 'presentation * This namespace manages server side authentication for Google API queries, either * from the standard v1 APIs or the Google Photos REST API. */ +// eslint-disable-next-line @typescript-eslint/no-namespace export namespace GoogleApiServerUtils { /** * As we expand out to more Google APIs that are accessible from |