🚧 (wip) testing with return context

This commit is contained in:
Rafi Arrafif
2025-08-29 22:31:18 +07:00
parent 8fe4757b56
commit 305e38bd45

View File

@ -7,6 +7,7 @@ import { getUserHeaderInformation } from "../../../helpers/http/userHeader/getUs
export const googleCallbackController = async (
ctx: Context & { query: { code: string; state: string } }
) => {
return ctx;
try {
const userHeaderInfo = getUserHeaderInformation(ctx);