Skip to content

Commit

Permalink
fix singlequote and semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiiaSvietlova committed Aug 30, 2024
1 parent 1b41342 commit dc0cd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/delivery-expo/delivery.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const initRedelivery = (networkStatus, logger, send) => {
}

const onLoopError = (e) =>
logger.error("An error occurred attempting to redelivery a payload", e);
logger.error('An error occurred attempting to redelivery a payload', e)
const queueConsumers = {
event: new RedeliveryLoop(send, queues.event, onLoopError),
session: new RedeliveryLoop(send, queues.session, onLoopError)
Expand Down

0 comments on commit dc0cd4f

Please sign in to comment.