fix: exit interview discount link not working (#2381)
This commit is contained in:
@@ -58,7 +58,7 @@ export class UserApiService implements UserApiServiceInterface {
|
|||||||
|
|
||||||
return response
|
return response
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
throw new ApiCallError(ErrorMessage.GenericRegistrationFail)
|
throw new ApiCallError(ErrorMessage.GenericFail)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -140,6 +140,7 @@ import {
|
|||||||
SubscriptionApiService,
|
SubscriptionApiService,
|
||||||
SubscriptionServer,
|
SubscriptionServer,
|
||||||
UserApiService,
|
UserApiService,
|
||||||
|
UserRequestServer,
|
||||||
UserServer,
|
UserServer,
|
||||||
WebSocketApiService,
|
WebSocketApiService,
|
||||||
WebSocketServer,
|
WebSocketServer,
|
||||||
@@ -1204,7 +1205,7 @@ export class Dependencies {
|
|||||||
})
|
})
|
||||||
|
|
||||||
this.factory.set(TYPES.UserRequestServer, () => {
|
this.factory.set(TYPES.UserRequestServer, () => {
|
||||||
return new UserServer(this.get(TYPES.HttpService))
|
return new UserRequestServer(this.get(TYPES.HttpService))
|
||||||
})
|
})
|
||||||
|
|
||||||
this.factory.set(TYPES.InternalEventBus, () => {
|
this.factory.set(TYPES.InternalEventBus, () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user