Skip to content

Commit

Permalink
ci(actions): 👷 Check if ghcr perms are good
Browse files Browse the repository at this point in the history
  • Loading branch information
Nudelsuppe42 committed Sep 8, 2024
1 parent 5273fa5 commit c26e501
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/api/src/util/QuestionData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ export const questions = [
dropdownQuestionDataSchema,
checkboxQuestionDataSchema,
];

// WE WO CHANGES
1 change: 0 additions & 1 deletion apps/frontend/src/utils/Color.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ export function getRandomColor(): MantineColor {
];
return colors[Math.floor(Math.random() * colors.length)];
}

// WE WO CHANGES

0 comments on commit c26e501

Please sign in to comment.