We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b388e commit 783c2b4Copy full SHA for 783c2b4
src/bun.js/webcore/S3Stat.zig
@@ -1,5 +1,5 @@
1
const bun = @import("../../bun.zig");
2
-const JSC = @import("../../JSC.zig");
+const JSC = @import("../../jsc.zig");
3
4
pub const S3Stat = struct {
5
const log = bun.Output.scoped(.S3Stat, false);
0 commit comments