- Deleted apps/web/src/utils/optimisticStoreUpdates.ts (unused file) - File was unused - no imports found in codebase - Mutations already use React Query's onMutate pattern - No TypeScript errors after deletion - Actions 4.4.1.2 and 4.4.1.3 complete
2 lines
496 B
JavaScript
2 lines
496 B
JavaScript
import{o}from"./chunk-Cad8leGS.js";async function a(e){return(await o.get(`/users/${e}`)).data.profile}async function t(e){const s=await o.get(`/users/by-username/${e}`);return s.data.profile||s.data}async function r(e){return(await o.get(`/users/${e}/completion`)).data}async function i(e){return(await o.post(`/users/${e}/follow`)).data}async function c(e){return(await o.delete(`/users/${e}/follow`)).data}export{t as a,r as c,i as f,a as g,c as u};
|
|
//# sourceMappingURL=chunk-Bj3nhta5.js.map
|