Skip to content

Commit

Permalink
Editied the print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
AlAnoud2003 committed Sep 3, 2024
1 parent 9781789 commit 17089c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/topics/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ module.exports = function (Topics) {
throw new Error('[[error:no-privileges]]');
}

console.log('Anoud: Refactored code executed');
console.log('Al Anoud: Refactored code executed');

await guestHandleValid(data);
if (!data.fromQueue) {
Expand Down

0 comments on commit 17089c3

Please sign in to comment.