Skip to content

Commit

Permalink
fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
augustync committed Jan 17, 2025
1 parent bb50b21 commit 61476ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions/admin/record.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import (
// @Failure 500 "Internal Server Error - Error while fetching count of access keys"
// @Router /v1/admin/transactions/record [post]
// @Security x-auth-xpub
// @Deprecated
func transactionRecord(c *gin.Context, _ *reqctx.AdminContext) {
logger := reqctx.Logger(c)
engineInstance := reqctx.Engine(c)
Expand Down

0 comments on commit 61476ee

Please sign in to comment.