Skip to content

Commit

Permalink
fix: remove omitempty directive from MonitorV2ActionInput.inline to p…
Browse files Browse the repository at this point in the history
…revent nondeterministic generation (#177)
  • Loading branch information
obs-gh-abhinavpappu authored Dec 9, 2024
1 parent 15a9749 commit fce9c23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/internal/meta/operation/monitorv2.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ mutation saveMonitorV2Relations(
# @genqlient(for: "PrimitiveValueInput.string", omitempty: true)
# @genqlient(for: "PrimitiveValueInput.timestamp", omitempty: true)
# @genqlient(for: "PrimitiveValueInput.duration", omitempty: true)
# @genqlient(for: "MonitorV2ActionInput.inline", omitempty: true)
# @genqlient(for: "MonitorV2ActionInput.email", omitempty: true)
# @genqlient(for: "MonitorV2ActionInput.webhook", omitempty: true)
# @genqlient(for: "MonitorV2ActionInput.iconUrl", omitempty: true)
Expand Down

0 comments on commit fce9c23

Please sign in to comment.