Skip to content

Commit

Permalink
Update zlib-util.h
Browse files Browse the repository at this point in the history
Co-authored-by: Nicholas Paun <[email protected]>
  • Loading branch information
anonrig and npaun authored Sep 9, 2024
1 parent b9ade90 commit d504dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workerd/api/node/zlib-util.h
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ class ZlibUtil final: public jsg::Object {
CompressionContext context;

CompressionContext& getContext() {
return *&context;
return context;
}

void initializeStream(jsg::BufferSource _write_result, jsg::Function<void()> writeCallback);
Expand Down

0 comments on commit d504dff

Please sign in to comment.