Skip to content

Commit

Permalink
Merge branch 'main' into feat/merge-client-and-migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Oct 3, 2023
2 parents a3f64af + 8675058 commit bacb607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contract-tests/sdkClientEntity.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export { badCommandError };
export function makeSdkConfig(options, tag) {
const cf = {
logger: sdkLogger(tag),
diagnosticOptOut: true
};
const maybeTime = (seconds) =>
seconds === undefined || seconds === null ? undefined : seconds / 1000;
Expand Down

0 comments on commit bacb607

Please sign in to comment.