Skip to content

Commit

Permalink
feat: Updated index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Mar 29, 2024
1 parent 88399c8 commit c0d23d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class LokiTransport extends Transport {
batching: options.batching !== false,
clearOnError: options.clearOnError,
onConnectionError: options.onConnectionError,
replaceTimestamp: options.replaceTimestamp,
replaceTimestamp: options.replaceTimestamp !== false,
gracefulShutdown: options.gracefulShutdown !== false,
timeout: options.timeout
})
Expand Down

0 comments on commit c0d23d2

Please sign in to comment.