Skip to content

Commit

Permalink
chore(server): add bgColor to story mutation resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
pyshx committed Nov 6, 2023
1 parent 93aba75 commit c158b69
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func (r *mutationResolver) UpdateStory(ctx context.Context, input gqlmodel.Updat
Title: input.Title,
Index: input.Index,
PanelPosition: gqlmodel.FromStoryPositionRef(input.PanelPosition),
BgColor: input.BgColor,

IsBasicAuthActive: input.IsBasicAuthActive,
BasicAuthUsername: input.BasicAuthUsername,
Expand Down

0 comments on commit c158b69

Please sign in to comment.