Skip to content

Commit

Permalink
authenticateAgent missing from imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeeshan Abid committed Sep 6, 2024
1 parent 7573bea commit 957c2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/useHbsStore.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineStore } from 'pinia'
import { registrationFetchJurisdictions } from '../services/hbs'
import { registrationFetchJurisdictions, authenticateAgent } from '../services/hbs'

const makeUseHbsStore = ({ useHoloStore }) => {
return defineStore('hbs', {
Expand Down

0 comments on commit 957c2ac

Please sign in to comment.