Skip to content

Commit

Permalink
chore: fix for when fields are nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
davenewza committed Oct 30, 2023
2 parents 69204b7 + 054573f commit 6e8d979
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node/codegen.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ func writeWhereConditionsInterface(w *codegen.Writer, model *proto.Model) {
w.Write(" | null")
}
w.Write(";")

w.Writeln("")
}
w.Dedent()
Expand Down

0 comments on commit 6e8d979

Please sign in to comment.