We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390d865 commit 4f16088Copy full SHA for 4f16088
src/background/main.ts
@@ -39,7 +39,7 @@ async function uploadPost(data: PostUploadCommandData) {
39
40
if (!contentToken) {
41
// TODO: If donmai URL is the source then we need to do the uploadTempFileFromContent here!
42
- 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!");
43
}
44
45
const createdPost = await szuru.createPost(data.post, contentToken);
0 commit comments