Skip to content

Commit 3364e9b

Browse files
add back the v I accidently deleted
1 parent 710fe1d commit 3364e9b

File tree

1 file changed

+1
-1
lines changed
  • src/extensions/service-managers/scrub-bad-mobilenums

1 file changed

+1
-1
lines changed

src/extensions/service-managers/scrub-bad-mobilenums/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export async function getCampaignData({
9999
"SCRUB_MOBILE_OPTIONAL",
100100
organization
101101
);
102-
const sericeClient = getServiceFromOrganization(organization);
102+
const serviceClient = getServiceFromOrganization(organization);
103103
const scrubBadMobileNumsGettable =
104104
typeof serviceClient.getContactInfo === "function";
105105
let scrubBadMobileNumsCount = null;

0 commit comments

Comments
 (0)