Skip to content

Commit

Permalink
Issue #SB-0000 merge: Merge pull request #245 from swayangjit/release…
Browse files Browse the repository at this point in the history
…-2.7.0

Issue #SB-000 chore: Bumped up the version to 2.7.7.
  • Loading branch information
AmiableAnil authored Jan 10, 2020
2 parents 002f4f2 + e55339d commit 09d999c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sunbird-sdk",
"version": "2.7.6",
"version": "2.7.7",
"description": "Heart of the sunbird mobile app.",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/device-register/impl/device-register-service-impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ export class DeviceRegisterServiceImpl implements DeviceRegisterService {
@inject(InjectionTokens.APP_INFO) private appInfoService: AppInfo,
@inject(InjectionTokens.API_SERVICE) private apiService: ApiService,
) {
this.getDeviceProfileHandler = new GetDeviceProfileHandler(this.sdkConfig, this.deviceInfo, this.apiService);

this.deviceRegisterHandler = new DeviceRegisterHandler(this.sdkConfig, this.deviceInfo, this.sharedPreferences, this.frameworkService,
this.appInfoService, this.apiService, this.getDeviceProfileHandler);

this.getDeviceProfileHandler = new GetDeviceProfileHandler(this.sdkConfig, this.deviceInfo, this.apiService);
}

registerDevice(request?: DeviceRegisterRequest): Observable<DeviceRegisterResponse> {
Expand Down

0 comments on commit 09d999c

Please sign in to comment.