Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
CaenJones authored Nov 8, 2023
1 parent db3812c commit 8c9ff74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ func logUserActivity(user *User, action string, loggingEnabled bool) {
}

timestamp := time.Now().Format("2010-03-07 15:04:05")
message := ""
message := "%s joined at: %timestamp%"

Check failure on line 914 in main.go

View workflow job for this annotation

GitHub Actions / build_devzat

message declared and not used

switch action {
case "login":
Expand Down

0 comments on commit 8c9ff74

Please sign in to comment.