mirror of
https://github.com/detleph/server.git
synced 2026-09-04 08:36:06 +02:00
Change name from oragnisation to organisation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user