Skip to content

Commit 30f4bcf

Browse files
author
freshteapot
committed
fixup: typo
1 parent 5be7417 commit 30f4bcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/embeddings/FailedToUpdate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ export class FailedToUpdate extends Exception {
1717
* @param {Failure} failure The failure.
1818
*/
1919
constructor(embedding: EmbeddingId, key: Key | undefined, failure: Failure) {
20-
super(`Failed to update embedding ${embedding} ${key ? `with key ${key} `: ''}due to failure ${failure.id} with reason: ${failure.reason}`);
20+
super(`Failed to update embedding ${embedding} ${key ? `with key ${key} `: ''} due to failure ${failure.id} with reason: ${failure.reason}`);
2121
}
2222
}

0 commit comments

Comments
 (0)