Skip to content

Commit

Permalink
return mesage to have valid token
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Sep 9, 2024
1 parent a971514 commit 8bb8b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
...spellcheckerRule,
cspell: {
...cspellConfig,
ignoreWords: ['unmarshal', 'UWLEWdAWcosiLkYoL0KWwZpgEOrPPepl6T5gC']
ignoreWords: ['unmarshal', 'UWLEWdAWcosiLkYoL0KWwZpgEOrPPepl6T5gC', 'mesage']
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion test/linked-proofs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('Linked proofs verification', () => {
body: {
callbackUrl: 'http://localhost:8080/callback?id=1234442-123123-123123',
reason: 'reason',
message: 'message',
message: 'mesage',
did_doc: {},
scope: [
{
Expand Down

0 comments on commit 8bb8b17

Please sign in to comment.