Skip to content

Commit

Permalink
Fix wrong spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Josefine Arntsen committed Feb 10, 2025
1 parent cc002e4 commit 465b97b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/feedback/models/feedback.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
from app.common.permissions import BasePermissionModel, check_has_access
from app.content.models.user import User
from app.feedback.enums import Status
from app.util.models import BaseModel, OptianalImage
from app.util.models import BaseModel, OptionalImage
from app.emoji.models.reaction import Reaction


class Feedback(BaseModel, BasePermissionModel, PolymorphicModel, OptianalImage):
class Feedback(BaseModel, BasePermissionModel, PolymorphicModel, OptionalImage):

read_access = (Groups.TIHLDE,)
write_access = (Groups.TIHLDE,)
Expand Down

0 comments on commit 465b97b

Please sign in to comment.