Skip to content

Commit 874ecc6

Browse files
bryanloganalexzfp
andauthored
Update app/src/main/java/com/fingerprintjs/android/fpjs_pro_demo/domain/identification/IdentificationProvider.kt
Co-authored-by: Alex Z. <[email protected]>
1 parent 673669e commit 874ecc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/fingerprintjs/android/fpjs_pro_demo/domain/identification/IdentificationProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class IdentificationProvider @Inject constructor(
3535
endpointUrl = if (it.enabled) it.region.endpointUrl else Credentials.endpointUrl,
3636
extendedResponseFormat = true,
3737
locationTimeoutMillis = 30000,
38-
allowUseOfLocationData = true
38+
allowUseOfLocationData = true,
3939
)
4040
)
4141
}

0 commit comments

Comments
 (0)