mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
fix(pnpm): lock file
This commit is contained in:
@ -6,7 +6,7 @@ const GistCode = async ({ id }: { id: string }) => {
|
||||
const gist = await getSignalGist(id);
|
||||
|
||||
if (!gist?.files) {
|
||||
return <div>Error</div>;
|
||||
return <div>Error: gists {id} not found</div>;
|
||||
}
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user