Skip to content

Commit

Permalink
Go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-roberts committed Dec 4, 2024
1 parent a8c1641 commit e5f99c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/routes/canvas.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func initCanvas(w http.ResponseWriter, r *http.Request) {
return
}

roundNumber := core.ArtPeaceBackend.CanvasConfig.Round
roundNumber := core.ArtPeaceBackend.CanvasConfig.Round
canvasKey := fmt.Sprintf("canvas-%d", roundNumber)

if core.ArtPeaceBackend.Databases.Redis.Exists(context.Background(), canvasKey).Val() == 0 {
Expand Down

0 comments on commit e5f99c1

Please sign in to comment.