Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neobooru committed Jan 4, 2024
1 parent 390d865 commit 4f16088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async function uploadPost(data: PostUploadCommandData) {

if (!contentToken) {
// TODO: If donmai URL is the source then we need to do the uploadTempFileFromContent here!
console.log("contentToken is undefined. Is could be a problem for some sources!");
console.log("contentToken is undefined. This could be a problem for some sources!");
}

const createdPost = await szuru.createPost(data.post, contentToken);
Expand Down

0 comments on commit 4f16088

Please sign in to comment.