Skip to content

Commit a791b9c

Browse files
authored
Fix: missing cgi import for webhooks (#531)
1 parent 4040ad7 commit a791b9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/nylas/resources/webhooks.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# frozen_string_literal: true
22

3+
require "cgi"
34
require_relative "resource"
45
require_relative "../handler/api_operations"
56

0 commit comments

Comments
 (0)