mirror of
https://github.com/sern-handler/tools
synced 2026-06-28 02:32:22 +00:00
refactor: typo in spelling
I have been informed of a typo in the word `successfully`. It wasn't a big deal to me nor did I ever notice it lol. I thought I'd help a guy out.
This commit is contained in:
@@ -147,7 +147,7 @@ export class Publisher implements Init {
|
||||
});
|
||||
const result = await response.json();
|
||||
if (response.ok) {
|
||||
this.logger.info({ message: guildId + " published succesfully" })
|
||||
this.logger.info({ message: guildId + " published successfully" })
|
||||
responsesMap.set(guildId, result);
|
||||
} else {
|
||||
switch(response.status) {
|
||||
|
||||
Reference in New Issue
Block a user