Skip to content

Commit

Permalink
Add print statement to flag.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaigh committed Sep 3, 2024
1 parent e9dbb88 commit 185b0f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flags.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ Flags.sort = async function (flagIds, sort) {
// help from ChatGPT

Flags.validate = async function (payload) {
console.log('Salman Al-Saigh');
const [target, reporter] = await Promise.all([
Flags.getTarget(payload.type, payload.id, payload.uid),
user.getUserData(payload.uid),
Expand Down

0 comments on commit 185b0f8

Please sign in to comment.