Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dqli164 committed Dec 13, 2023
1 parent 00170d5 commit 325d2c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/crud/ledger/statement/crud.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ type Req struct {
}

func CreateSet(c *ent.StatementCreate, in *Req) *ent.StatementCreate {
if in.ID != nil {
c.SetID(*in.ID)
}
if in.EntID != nil {
c.SetEntID(*in.EntID)
}
Expand Down

0 comments on commit 325d2c6

Please sign in to comment.