fixup! fix(org): adding unique constrants to not allow an org to be added twice with same id

This commit is contained in:
Iraq Jaber
2025-06-26 19:26:01 +02:00
parent 38e12de79c
commit cb23a71c3e

View File

@@ -177,7 +177,7 @@ service OrganizationService {
responses: {
key: "409"
value: {
description: "Organisation's name or id already taken";
description: "Organisation's name already taken";
}
};
};