Skip to content

Commit

Permalink
fix: fmt lint
Browse files Browse the repository at this point in the history
  • Loading branch information
KunalSin9h committed Jan 27, 2024
1 parent 19ad19b commit 0e52b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/api/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ func LiveLogs(c *fiber.Ctx) error {
c.Set("Cache-Control", "no-cache")
c.Set("Connection", "keep-alive")
c.Set("Transfer-Encoding", "chunked")
c.Set("Access-Control-Allow-Origin", "*")
c.Set("Access-Control-Allow-Headers", "Content-Type")
c.Set("Access-Control-Allow-Origin", "*")
c.Set("Access-Control-Allow-Headers", "Content-Type")
c.Status(http.StatusOK)

logsStream := make(chan []byte)
Expand Down

0 comments on commit 0e52b70

Please sign in to comment.