Skip to content

Commit

Permalink
One more
Browse files Browse the repository at this point in the history
  • Loading branch information
elffjs committed May 6, 2024
1 parent 9cd9644 commit 4e0f79f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/controllers/nft_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,6 @@ func (udc *UserDevicesController) PostBurnDevice(c *fiber.Ctx) error {
qm.Load(models.UserDeviceRels.BurnRequest),
qm.Load(models.UserDeviceRels.VehicleTokenAftermarketDevice),
qm.Load(models.UserDeviceRels.VehicleTokenSyntheticDevice),
qm.Load(models.UserDeviceRels.UserDeviceAPIIntegrations),
).One(c.Context(), tx)
if err != nil {
if errors.Is(err, sql.ErrNoRows) {
Expand Down

0 comments on commit 4e0f79f

Please sign in to comment.