Skip to content

Commit

Permalink
Specify explicit ZNG format from file loader (#3026)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Mar 15, 2024
1 parent d729dc1 commit d372553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/zui/src/domain/loads/file-loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export class FileLoader implements Loader {
res = await client.load(body, {
pool: ctx.poolId,
branch: ctx.branch,
format: "zng",
message: {
author: ctx.author,
body: ctx.body,
Expand Down

0 comments on commit d372553

Please sign in to comment.