Skip to content

Commit

Permalink
chore: update vue js
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <[email protected]>
  • Loading branch information
galexrt committed Oct 7, 2024
1 parent bae3b36 commit 32185dd
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 232 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"sass": "1.79.4",
"tailwindcss": "3.4.13",
"typescript": "5.6.2",
"vue": "3.5.7",
"vue": "3.5.11",
"vue-i18n-routing": "1.2.0",
"vue-tsc": "2.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/discord/modules/qualifications.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (g *QualificationsSync) planRoles(qualifications []*qualificationsEntry) ([
for _, entry := range qualifications {
if entry.DiscordSettings.RoleName == nil || *entry.DiscordSettings.RoleName == "" {
logs = append(logs, discord.Embed{
Title: fmt.Sprintf("Qualifications: Empty role name in qualification Discord settings %d", entry.ID),
Title: fmt.Sprintf("Qualifications: Empty role name in qualification's discord settings %d", entry.ID),
Description: fmt.Sprintf("Qualification ID: %d", entry.ID),
Author: embeds.EmbedAuthor,
Color: embeds.ColorWarn,
Expand Down
Loading

0 comments on commit 32185dd

Please sign in to comment.