Skip to content

Commit

Permalink
Merge pull request #13 from gofynd/fixed-sync-issue
Browse files Browse the repository at this point in the history
fixed sync issue
  • Loading branch information
aparnab93 committed Jun 8, 2022
2 parents 2f76a0c + 25affcd commit ba02f17
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ public ResponseEntity<?> install(@RequestParam(value = "company_id") String comp
.getAuthorizationURL(session.getScope(), authCallback,
session.getState(), ext.isOnlineAccessMode());
sessionStorage.saveSession(session);
ext.getCallbacks()
/* ext.getCallbacks()
.getInstall()
.apply(ExtensionContext.get());
.apply(ExtensionContext.get());*/
return ResponseEntity.status(HttpStatus.TEMPORARY_REDIRECT)
.header(Fields.X_COMPANY_ID, companyId)
.header(HttpHeaders.LOCATION, redirectUrl)
Expand Down

0 comments on commit ba02f17

Please sign in to comment.