diff options
author | Melissa Zhang <mzhang19096@gmail.com> | 2020-07-08 21:11:35 -0700 |
---|---|---|
committer | Melissa Zhang <mzhang19096@gmail.com> | 2020-07-08 21:11:35 -0700 |
commit | 467ddce06a4cf9e3b61abf733f20c60b257c94db (patch) | |
tree | 6a719948e8cb7b930f7a40a9f52547f9f7dafbec /src/server/database.ts | |
parent | 876437db1f7347787badbdd48ac751dba111a752 (diff) |
implemented much more link functionality, redirects to annotation URL when link followed
Diffstat (limited to 'src/server/database.ts')
-rw-r--r-- | src/server/database.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/database.ts b/src/server/database.ts index 7fbab357b..767d38350 100644 --- a/src/server/database.ts +++ b/src/server/database.ts @@ -417,7 +417,7 @@ export namespace Database { } /** - * Writes the @param enrichedCredentials to the database, associated + * Writes the @param hypothesisApiKey to the database, associated * with @param userId for later retrieval and updating. */ export const Write = async (userId: string, hypothesisApiKey: string) => { |