Skip to content

Commit

Permalink
reinitialized with different GEO
Browse files Browse the repository at this point in the history
  • Loading branch information
BidishaMS committed Jan 24, 2024
1 parent 475c2f0 commit 86fd6b7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/common/OneDSLoggerTelemetry/oneDSLoggerWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ export class oneDSLoggerWrapper {
}

static instantiate(geo?:string){
if(!oneDSLoggerWrapper.instance) {
oneDSLoggerWrapper.instance = new oneDSLoggerWrapper(geo);
}
return this.instance;
oneDSLoggerWrapper.instance = new oneDSLoggerWrapper(geo);
}

/// Trace info log
Expand Down

0 comments on commit 86fd6b7

Please sign in to comment.