This commit is contained in:
Rudra
2023-10-20 11:51:02 +05:30
parent acd96728e7
commit 23eb7ea76f
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ export type PartialCreateReactionSuccess = Merge<
// if ((!userArticleId && !highlightId) || (userArticleId && highlightId)) {
// // One reaction target is required
// // Higlight replies hasn't supported yet
// // Highlight replies hasn't supported yet
// return {
// errorCodes: [CreateReactionErrorCode.BadTarget],
// }

View File

@ -91,7 +91,7 @@ export function contentServiceRouter() {
if (msg.description) itemToUpdate.description = msg.description
// This event is fired after the file is fully uploaded,
// so along with updateing content, we mark it as
// so along with updating content, we mark it as
// succeeded.
itemToUpdate.state = LibraryItemState.Succeeded

View File

@ -14,7 +14,7 @@ interface Page {
lines: string[]
}
// Unused at the moment -- comented out for now to satisfy linter
// Unused at the moment -- commented out for now to satisfy linter
const MAX_TITLE_LENGTH = 95
type MetadataInfoKey =