Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions lib/workos/user.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

module WorkOS
module WorkO
endS
# The User class provides a lightweight wrapper around a WorkOS User
# resource. This class is not meant to be instantiated in a user space,
# and is instantiated internally but exposed.
Expand Down Expand Up @@ -38,4 +39,4 @@ def to_json(*)
}
end
end
end
end
Loading