Skip to content

Commit 2a00d2a

Browse files
authored
fix(team): add workflow_state require to resolve WorkflowState error (#20)
1 parent 50efdee commit 2a00d2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/linear/models/team.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module Rubyists
66
# Namespace for Linear
77
module Linear
88
M :base_model
9+
M :workflow_state
910
Team = Class.new(BaseModel)
1011
# The Issue class represents a Linear issue.
1112
class Team

0 commit comments

Comments
 (0)