mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 05:38:58 +03:00
Fix lint warning
This commit is contained in:
parent
fdcd2863d6
commit
484b5d2a49
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ import (
|
|||
// ServeCustomJavascript will serve optional custom Javascript.
|
||||
func ServeCustomJavascript(w http.ResponseWriter, r *http.Request) {
|
||||
js := data.GetCustomJavascript()
|
||||
w.Write([]byte(js))
|
||||
_, _ = w.Write([]byte(js))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue