Skip to content

Commit

Permalink
fix(#151): await push
Browse files Browse the repository at this point in the history
  • Loading branch information
mjh000526 committed Dec 2, 2024
1 parent fd0e439 commit b17cfe5
Show file tree
Hide file tree
Showing 3 changed files with 2,434 additions and 74 deletions.
1 change: 1 addition & 0 deletions apps/backend/src/history/history.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export class HistoryService {
status: HISTORY_STATUS.ERROR,
result: error.message
});
throw error;
}
}

Expand Down
Loading

0 comments on commit b17cfe5

Please sign in to comment.