Skip to content

Commit

Permalink
[#IC-349] (+) fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziopapi committed Mar 18, 2022
1 parent 256dca0 commit 46c1d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OnFailedProcessMessage/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const getOnFailedProcessMessageHandler = ({
withJsonInput(
withDecodedInput(CreatedMessageEvent, async (_, { messageId }) =>
pipe(
// Query for message with input messageId in order to retrieve the fiscalCode
// query for message with input messageId in order to retrieve the fiscalCode
lMessageModel.getQueryIterator({
parameters: [{ name: "@messageId", value: messageId }],
query: `SELECT TOP 1 * FROM m WHERE m.id = @messageId`
Expand Down

0 comments on commit 46c1d0b

Please sign in to comment.