Skip to content

Commit

Permalink
API-1 - Logging API codeless block improvement(fixed code style)
Browse files Browse the repository at this point in the history
  • Loading branch information
macbookpro committed Feb 21, 2024
1 parent 45080d7 commit 20074ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/messaging/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default class Messaging {
validateChannelName(channelName)

return this.app.request.delete({
url : this.app.urls.messagingChannelName(channelName),
url: this.app.urls.messagingChannelName(channelName),
})
}

Expand Down

0 comments on commit 20074ca

Please sign in to comment.