Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
magsyg committed Sep 24, 2024
1 parent e7566bf commit e180021
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion backend/samfundet/models/recruitment.py
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,6 @@ def resolve_org(self, *, return_id: bool = False) -> Organization | int:
return self.recruitment_stats.resolve_org(return_id=return_id)



class RecruitmentGangStat(models.Model):
recruitment_stats = models.ForeignKey(RecruitmentStatistics, on_delete=models.CASCADE, blank=False, null=False, related_name='gang_stats')
gang = models.ForeignKey(Gang, on_delete=models.CASCADE, blank=False, null=False, related_name='date_stats')
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ export type RecruitmentSeparatePositionDto = {
export type UserPriorityDto = {
direction: number;
};
f;

export type RecruitmentPositionDto = {
id: string;
name_nb: string;
Expand Down

0 comments on commit e180021

Please sign in to comment.