Skip to content

Commit

Permalink
Fix compliation error
Browse files Browse the repository at this point in the history
Signed-off-by: Kotaro Inoue <[email protected]>
  • Loading branch information
musaprg committed Jul 22, 2023
1 parent 9d8872b commit fa28fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librarejob/rarejob.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ func (c *client) Teardown() error {
return nil
}

func (c *client) flushConsoleLogs() []string {
func (c *client) flushConsoleLogs() {
defer zap.L().Sync()

// output console log
Expand Down

0 comments on commit fa28fb6

Please sign in to comment.