🩹 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,
|
||||
};
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
|
||||
import { backendFetch, BackendResponse } from "@/shared/helpers/backendFetch";
|
||||
import { redirect } from "next/navigation";
|
||||
import { cookies } from "next/headers";
|
||||
|
||||
export interface UserSession {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user