aboutsummaryrefslogtreecommitdiff
path: root/src/server/database.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/database.ts')
-rw-r--r--src/server/database.ts2
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) => {