Skip to content

Commit

Permalink
refactor: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisie96 committed Aug 16, 2023
1 parent e2086ef commit 270cebd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/app/core/facades/account.facade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ import {
import {
createUser,
deleteUserPaymentInstrument,
fetchAnonymousUserToken,
getCustomerApprovalEmail,
getLoggedInCustomer,
getLoggedInUser,
Expand Down Expand Up @@ -103,10 +102,6 @@ export class AccountFacade {
options?.revokeApiToken ? this.store.dispatch(logoutUser()) : this.store.dispatch(logoutUserSuccess());
}

fetchAnonymousToken() {
this.store.dispatch(fetchAnonymousUserToken());
}

createUser(body: CustomerRegistrationType) {
this.store.dispatch(createUser(body));
}
Expand Down

0 comments on commit 270cebd

Please sign in to comment.