Skip to content

Commit d372553

Browse files
authored
Specify explicit ZNG format from file loader (#3026)
1 parent d729dc1 commit d372553

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/zui/src/domain/loads/file-loader.ts

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export class FileLoader implements Loader {
3333
res = await client.load(body, {
3434
pool: ctx.poolId,
3535
branch: ctx.branch,
36+
format: "zng",
3637
message: {
3738
author: ctx.author,
3839
body: ctx.body,

0 commit comments

Comments
 (0)