Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-conway committed Jan 21, 2025
1 parent 269ce0d commit f3ddbdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bun.js/api/BunObject.zig
Original file line number Diff line number Diff line change
Expand Up @@ -3635,7 +3635,6 @@ pub const FFIObject = struct {
return err;
},
.slice => |slice| {
var str = bun.String.createUTF8(slice);
return bun.String.createUTF8ForJS(globalThis, slice);
},
}
Expand Down

0 comments on commit f3ddbdd

Please sign in to comment.