Skip to content

Commit

Permalink
Merge pull request #249 from seamapi/fix-error-type
Browse files Browse the repository at this point in the history
  • Loading branch information
xplato authored Jun 28, 2023
2 parents 22bdfb6 + 2b087c8 commit a720d33
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"@tanstack/react-query": "^4.28.0",
"classnames": "^2.3.2",
"luxon": "^3.3.0",
"seamapi": "^6.14.3",
"seamapi": "^6.15.1",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const Content: Story = {
{
error_code: 'account_disconnected',
message: 'Device account has been disconnected.',
is_connected_account_error: true,
},
],
warnings: [
Expand Down Expand Up @@ -77,6 +78,7 @@ export const Content: Story = {
{
error_code: 'account_disconnected',
message: 'Device account has been disconnected.',
is_connected_account_error: true,
},
],
warnings: [
Expand Down

0 comments on commit a720d33

Please sign in to comment.