🩹 fix: resolve build error
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 1m4s
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 1m4s
This commit is contained in:
@ -47,6 +47,7 @@ export const submitProviderCallback = async (
|
||||
} catch (error) {
|
||||
return {
|
||||
success: false,
|
||||
status: 500,
|
||||
message: "Error submitting provider callback",
|
||||
error: error,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user