mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-28 20:40:39 +00:00
Fix typo
This commit is contained in:
parent
f011818c12
commit
ceb4dfa220
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ function putSkin(md5, buffer, ext = "wsz") {
|
|||
rejectPromise(err);
|
||||
return;
|
||||
}
|
||||
console.log(`Upladed skin to ${bucketName} ${key}`);
|
||||
console.log(`Uploaded skin to ${bucketName} ${key}`);
|
||||
resolve();
|
||||
}
|
||||
);
|
||||
|
|
@ -122,7 +122,7 @@ function putScreenshot(md5, buffer) {
|
|||
rejectPromise(err);
|
||||
return;
|
||||
}
|
||||
console.log(`Upladed screenshot to ${bucketName} ${key}`);
|
||||
console.log(`Uploaded screenshot to ${bucketName} ${key}`);
|
||||
resolve();
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue