Skip to content

Commit

Permalink
chore: fix function name in comment (#421)
Browse files Browse the repository at this point in the history
Signed-off-by: rusttech <[email protected]>
  • Loading branch information
rusttech authored Dec 4, 2024
1 parent 02e2769 commit 662b168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/vaults/prepare.getVaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/yearn/ydaemon/internal/storage"
)

// getVault will return a list of all vaults matching a provided filter function.
// getVaults will return a list of all vaults matching a provided filter function.
func getVaults(
c *gin.Context,
filterFunc func(vault models.TVault) bool,
Expand Down

0 comments on commit 662b168

Please sign in to comment.