Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Sep 12, 2024
1 parent eb701a1 commit 3c0bf0d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('Versioned router', () => {
path: '/test/{id}',
access: 'internal',
deprecated: true,
'x-discontinued': 'x.y.z',
discontinued: 'x.y.z',
});
versionedRouter.post({
path: '/test',
Expand All @@ -54,7 +54,7 @@ describe('Versioned router', () => {
"options": Object {
"access": "internal",
"deprecated": true,
"x-discontinued": "x.y.z",
"discontinued": "x.y.z",
},
"path": "/test/{id}",
},
Expand Down

0 comments on commit 3c0bf0d

Please sign in to comment.