Skip to content

Commit

Permalink
Merge pull request #156 from lcnetdev/hubs-stub-creation
Browse files Browse the repository at this point in the history
error debug
  • Loading branch information
thisismattmiller authored Dec 6, 2024
2 parents fd3fdf3 + a3b8ab7 commit 52a93ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stores/profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -4479,7 +4479,8 @@ export const useProfileStore = defineStore('profile', {
console.log(pubResuts)
pubResuts = await pubResuts.json()
console.log(pubResuts)
}catch{
}catch (error){
console.log(error)
alert("There was an error creating your Hub. Please report this issue.")
}

Expand Down

0 comments on commit 52a93ea

Please sign in to comment.