Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
elizalucas committed Jul 12, 2022
1 parent 062c13e commit a6178bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/debug/payments/digitalWallets/paymenttokens.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ import { Component, Vue } from 'nuxt-property-decorator'
import { mapGetters } from 'vuex'
import RequestInfo from '~/components/RequestInfo.vue'
import ErrorSheet from '~/components/ErrorSheet.vue'
import { getLive, getIsStaging } from '~/lib/apiTarget'
import { getLive } from '~/lib/apiTarget'
import {
DEFAULT_CONFIG as DEFAULT_APPLE_PAY_CONFIG,
AUTOGEN_TOKEN_LENGTH as APPLE_PAY_AUTOGEN_TOKEN_LENGTH,
Expand Down

0 comments on commit a6178bf

Please sign in to comment.