Skip to content

Commit

Permalink
add back the v I accidently deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
engelhartrueben committed Oct 1, 2024
1 parent 710fe1d commit 3364e9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export async function getCampaignData({
"SCRUB_MOBILE_OPTIONAL",
organization
);
const sericeClient = getServiceFromOrganization(organization);
const serviceClient = getServiceFromOrganization(organization);
const scrubBadMobileNumsGettable =
typeof serviceClient.getContactInfo === "function";
let scrubBadMobileNumsCount = null;
Expand Down

0 comments on commit 3364e9b

Please sign in to comment.