Skip to content

Commit

Permalink
feat: Add change into documentation to activate new release an publis…
Browse files Browse the repository at this point in the history
…h postgres module in npm (#48)
  • Loading branch information
gabrielmatau79 authored Jan 10, 2025
1 parent 71d1823 commit ec44f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const agent = new Agent({
},
})

const notificationSender = // { your implementation of a Push notification service }
const notificationSender = // { your implementation of a Push notification service here }
const connectionInfoCallback = async (connectionId: string) => {
const connectionRecord = await agent.connections.findById(connectionId)

Expand Down

0 comments on commit ec44f08

Please sign in to comment.