Skip to content

Commit

Permalink
fix(api-addresses): Fix tags typo in addresses.js (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickOvt committed Feb 23, 2024
1 parent 5019cf1 commit 7e9e62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/addresses.js
Original file line number Diff line number Diff line change
Expand Up @@ -2274,7 +2274,7 @@ module.exports = (db, server, userHandler, settingsHandler) => {
{
path: '/addresses/resolve/:address',
summary: 'Get Address info',
tags: ['Addrresses'],
tags: ['Addresses'],
validationObjs: {
requestBody: {},
queryParams: {
Expand Down

0 comments on commit 7e9e62e

Please sign in to comment.