This commit is contained in:
daniel31x13
2023-12-06 16:13:11 -05:00
parent 6f77882ffc
commit 4b1017f45b
12 changed files with 695 additions and 191 deletions
+2
View File
@@ -93,6 +93,8 @@ const useLinkStore = create<LinkStore>()((set) => ({
};
}
});
return data;
}
return { ok: response.ok, data: data.response };