Skip to content

Commit

Permalink
🩹 APIレスポンス処理時の型エラーに関する文言を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEKE320 committed Apr 7, 2024
1 parent bad010e commit 3e1565a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro/src/lib/getOgp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const getOgpMeta = async ({
)
e.name = responseParsedAsError.success
? responseParsedAsError.data.error
: "Unexpected Response Type@getOgpMeta"
: "Unexpected Response Type"
throw e
}

Expand Down

0 comments on commit 3e1565a

Please sign in to comment.