Skip to content

Commit

Permalink
Fix Rubucop
Browse files Browse the repository at this point in the history
  • Loading branch information
atejada committed Jun 13, 2024
1 parent 2d945f6 commit fad27e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nylas/resources/webhooks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module WebhookTrigger
MESSAGE_OPENED = "message.opened"
MESSAGE_LINK_CLICKED = "message.link_clicked"
THREAD_REPLIED = "thread.replied"
FOLDER_CREATED = "folder.created"
FOLDER_CREATED = "folder.created"
FOLDER_UPDATE = "folder.updated"
FOLDER_DELETED = "folder.deleted"
end
Expand Down

0 comments on commit fad27e4

Please sign in to comment.