mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
@ -31,7 +31,7 @@ export const getUser = async () => {
|
||||
)) as GithubUser;
|
||||
};
|
||||
|
||||
export const getSignalGist = async (id: string | string[] | undefined) => {
|
||||
export const getSignalGist = async (id: string) => {
|
||||
return (await fetch(`${baseUrl}/gists/${id}`, { headers }).then((res) =>
|
||||
res.json()
|
||||
)) as SignalGist;
|
||||
|
Reference in New Issue
Block a user