Skip to content

Commit

Permalink
fix(sudt): explorer error
Browse files Browse the repository at this point in the history
  • Loading branch information
Daryl-L committed Jan 8, 2024
1 parent 46b34aa commit 1f71795
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/samples/sudt/src/services/explorer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ export class ExplorerService {
'Content-Type': 'application/vnd.api+json',
},
})
if (!res.ok) {
throw new Error('Internal Service Error')
}

switch (Math.ceil(res.status / 100)) {
case 2:
Expand Down

0 comments on commit 1f71795

Please sign in to comment.