Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianmarco Ciaffardini authored and Gianmarco Ciaffardini committed Sep 30, 2022
1 parent 0f6f41a commit 4c10f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/commands.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class CommandsService {
body: this.commands(),
}
);
if (res) console.log("Success Loading REST Commands.");
if (res) console.log("Success Loading REST Commands.", res);
} catch (err) {
console.log(err);
}
Expand Down

0 comments on commit 4c10f8c

Please sign in to comment.