Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Oct 25, 2024
1 parent 80f8b90 commit 157b1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/database/server/utils/migrations/remote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export async function fetchRemoteMigrations(hub: HubConfig) {
if (error.response?._data?.message.includes('no such table')) {
return []
}
throw error.message
throw error
})
return res[0]?.results ?? []
}

0 comments on commit 157b1dd

Please sign in to comment.