Skip to content

Commit

Permalink
feat: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayoazeez26 committed Apr 18, 2024
1 parent 7cf94e9 commit 3064d9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/routes/canvas.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ func initCanvas(w http.ResponseWriter, r *http.Request) {
}
}


func getCanvas(w http.ResponseWriter, r *http.Request) {
ctx := context.Background()
val, err := core.ArtPeaceBackend.Databases.Redis.Get(ctx, "canvas").Result()
Expand Down

0 comments on commit 3064d9f

Please sign in to comment.