mirror of
https://github.com/documenso/documenso.git
synced 2025-11-22 04:31:39 +10:00
feat: billing
This commit is contained in:
@ -39,7 +39,7 @@ export const updateOrganisationRoute = authenticatedProcedure
|
||||
},
|
||||
data: {
|
||||
name: data.name,
|
||||
url: data.url, // Todo: (orgs) check url unique
|
||||
url: data.url, // Todo: orgs check url unique
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user