Change name from oragnisation to organisation

This commit is contained in:
Stephan
2022-04-27 08:34:25 +02:00
parent bff9dcc5f8
commit 01077dab22
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ export const createOrganisation = async (
res: Response
) => {
return handleCreateByName(
{ type: "oragnisation", data: { name: req.body.name } },
{ type: "organisation", data: { name: req.body.name } },
{ type: "event", id: req.params.eventPid },
req,
res