Skip to content

Commit

Permalink
🥅 getOgpMetaエラー時のステータス番号を定義
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEKE320 committed Apr 7, 2024
1 parent b61fddd commit dcaed42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions astro/src/lib/getOgp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export const getOgpMeta = async ({
type: "error",
error: `${e.name}@getOgpMeta`,
message: e.message,
status: 500,
}
})
}
Expand Down

0 comments on commit dcaed42

Please sign in to comment.