Skip to content

Commit

Permalink
fix: fixed message > results.message typo
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Oct 2, 2023
1 parent 32abaf7 commit de5b487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/web/my-account/list-logs.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ async function listLogs(ctx) {
]
},
locals: {
message
message: results.message
}
})
.then()
Expand Down

0 comments on commit de5b487

Please sign in to comment.