🩹 fix: resolve build error
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 1m4s

This commit is contained in:
2026-02-18 12:56:29 +07:00
parent 39124f0db4
commit 879afd94de
2 changed files with 1 additions and 1 deletions

View File

@ -47,6 +47,7 @@ export const submitProviderCallback = async (
} catch (error) {
return {
success: false,
status: 500,
message: "Error submitting provider callback",
error: error,
};