🔧 change "exists" parameter to "exist"

Change the parameter “exists” to “exist” in the verbosity of find user.
This commit is contained in:
Rafi Arrafif
2025-08-12 18:32:13 +07:00
parent a8a57ecce3
commit 27769773af
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ export const OAuthUserProvisionService = async (
const findUserResult = await findUserService({
identifier: providerId,
queryTarget: "providerId",
options: { verbosity: "exists" },
options: { verbosity: "exist" },
});
if (findUserResult) {