Skip to content

Commit

Permalink
default to standard export format
Browse files Browse the repository at this point in the history
  • Loading branch information
rusq committed Feb 18, 2023
1 parent d74c925 commit 61962c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/slackdump/internal/export/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ var CmdExport = &base.Command{
}

var (
options export.Config
options = export.Config{
Type: export.TStandard,
}
)

func init() {
Expand Down

0 comments on commit 61962c7

Please sign in to comment.