We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d729dc1 commit d372553Copy full SHA for d372553
apps/zui/src/domain/loads/file-loader.ts
@@ -33,6 +33,7 @@ export class FileLoader implements Loader {
33
res = await client.load(body, {
34
pool: ctx.poolId,
35
branch: ctx.branch,
36
+ format: "zng",
37
message: {
38
author: ctx.author,
39
body: ctx.body,
0 commit comments