Skip to content

Commit

Permalink
feat: error handling improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
duyhungtnn committed Dec 10, 2024
1 parent 0593be2 commit d165dd4
Show file tree
Hide file tree
Showing 17 changed files with 465 additions and 160 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/api_failed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import fs from 'fs';
import { APIClient } from '../api/client';
import { User } from '../bootstrap';
import path from 'path';
import { InvalidStatusError } from '../api/client';
import { InvalidStatusError } from '../objects/errors';

const apiKey = '';

Expand Down
Loading

0 comments on commit d165dd4

Please sign in to comment.