mirror of
https://github.com/sern-handler/tools
synced 2026-06-28 02:32:22 +00:00
Merge pull request #13 from Peter-MJ-Parker/patch-5
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