Skip to content

Commit

Permalink
Fix #34 by re-adding closing braces
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtyped committed Aug 1, 2024
1 parent aaf2c66 commit 6e434bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/apis/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -716,3 +716,4 @@ func (s *SyncAPI) HandlePostSync(w http.ResponseWriter, r *http.Request) {
w.WriteHeader(200)
w.Write(respBytes)
return
}

0 comments on commit 6e434bc

Please sign in to comment.