Skip to content

Commit

Permalink
chore: add log
Browse files Browse the repository at this point in the history
Bas950 committed Nov 10, 2023

Unverified

This user has not yet uploaded their public signing key.
1 parent 2f5a751 commit ee5c0da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/worker/src/v4/fields/heartbeat.ts
Original file line number Diff line number Diff line change
@@ -75,6 +75,7 @@ export async function resolver(
};
}
) {
console.log(params);
if (!validator.isUUID(params.identifier, "4"))
return new UserInputError("identifier must be a UUID v4.");

0 comments on commit ee5c0da

Please sign in to comment.