Skip to content

Commit

Permalink
unused
Browse files Browse the repository at this point in the history
  • Loading branch information
syou6162 committed May 4, 2022
1 parent 5355130 commit 2f5fce3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ async function createOrUpdatePost(
}).then((res: AxiosResponse<EsaPost>) => {
return res.data;
}).catch((err: AxiosError<EsaErrorResponse>) => {
err.response?.statusText
throw new functions.https.HttpsError('invalid-argument', `${err.response?.data.error}: ${err.response?.data.message}`);
});
}
Expand Down

0 comments on commit 2f5fce3

Please sign in to comment.