Removed Supabase
This commit is contained in:
@@ -30,13 +30,7 @@ const checkBIC = async () => {
|
||||
|
||||
const generateLink = async (bankId) => {
|
||||
try {
|
||||
/*const {data,error} = await supabase.functions.invoke(`bankstatement_gateway`,{
|
||||
body: {
|
||||
method: "generateLink",
|
||||
institutionId: bankData.value.id,
|
||||
tenant: profileStore.currentTenant
|
||||
}
|
||||
})*/
|
||||
|
||||
const link = await useFunctions().useBankingGenerateLink(bankId || bankData.value.id)
|
||||
|
||||
await navigateTo(link, {
|
||||
|
||||
Reference in New Issue
Block a user