There were some references to organisation as oragnisation in the code before. This PR fixes this
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/detleph/server/pull/36
**Author:** [@stephan418](https://github.com/stephan418)
**Created:** 4/27/2022
**Status:** ✅ Merged
**Merged:** 4/27/2022
**Merged by:** [@stephan418](https://github.com/stephan418)
**Base:** `dev` ← **Head:** `fix-organisation-naming`
---
### 📝 Commits (2)
- [`337d0c1`](https://github.com/detleph/server/commit/337d0c123ee55e3ba2edd393c53d5921157b15c0) Change name from oragnisation to organisation
- [`cde72d1`](https://github.com/detleph/server/commit/cde72d12eff49020c6e8041a60051aadb4bb6580) Update name to organisation
### 📊 Changes
**4 files changed** (+14 additions, -14 deletions)
<details>
<summary>View changed files</summary>
📝 `prisma/schema.prisma` (+2 -2)
📝 `src/Controllers/common.ts` (+4 -4)
📝 `src/Controllers/group.controllers.ts` (+7 -7)
📝 `src/Controllers/organisation.controller.ts` (+1 -1)
</details>
### 📄 Description
There were some references to organisation as oragnisation in the code before. This PR fixes this
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/detleph/server/pull/36
Author: @stephan418
Created: 4/27/2022
Status: ✅ Merged
Merged: 4/27/2022
Merged by: @stephan418
Base:
dev← Head:fix-organisation-naming📝 Commits (2)
337d0c1Change name from oragnisation to organisationcde72d1Update name to organisation📊 Changes
4 files changed (+14 additions, -14 deletions)
View changed files
📝
prisma/schema.prisma(+2 -2)📝
src/Controllers/common.ts(+4 -4)📝
src/Controllers/group.controllers.ts(+7 -7)📝
src/Controllers/organisation.controller.ts(+1 -1)📄 Description
There were some references to organisation as oragnisation in the code before. This PR fixes this
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.