Skip to content

Commit

Permalink
POSIX f
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Sep 3, 2024
1 parent 30897f0 commit 83418b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/example-posix/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func main() {
klog.Warningf("/add: %v", err)
}
}()
idx, err := storage.Add(r.Context(), tessera.NewEntry(b))
idx, err := storage.Add(r.Context(), tessera.NewEntry(b))()
if err != nil {
w.WriteHeader(http.StatusInternalServerError)
_, _ = w.Write([]byte(err.Error()))
Expand Down

0 comments on commit 83418b3

Please sign in to comment.