refactor: bump to 0.13.0

This commit is contained in:
Mauricio Siu
2024-11-27 23:20:32 -06:00
parent a1cf597c2b
commit 37fa139a65
7 changed files with 15 additions and 7 deletions

View File

@@ -79,7 +79,7 @@ export const composeRouter = createTRPCRouter({
if (ctx.user.rol === "user") {
await addNewService(ctx.user.authId, newService.composeId);
}
return newService;
} catch (error) {
throw error;