Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
fix story folder type
Browse files Browse the repository at this point in the history
  • Loading branch information
tuckner committed May 14, 2021
1 parent 3736468 commit 1d10d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tines/story.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type Story struct {
KeepEventsFor int `json:"keep_events_for" structs:"keep_events_for,omitempty"`
Priority bool `json:"priority" structs:"priority,omitempty"`
TeamID int `json:"team_id" structs:"team_id,omitempty"`
FolderID string `json:"folder_id" structs:"folder_id,omitempty"`
FolderID int `json:"folder_id" structs:"folder_id,omitempty"`
Unknowns tcontainer.MarshalMap
}

Expand Down

0 comments on commit 1d10d09

Please sign in to comment.