False positive, only type
This commit is contained in:
parent
d5bb87af27
commit
7b33b3fe70
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ class FiresApi {
|
||||||
"token": state.firesApiKey,
|
"token": state.firesApiKey,
|
||||||
"mobileToken": mobileToken,
|
"mobileToken": mobileToken,
|
||||||
"sealed": sealed,
|
"sealed": sealed,
|
||||||
"type": type.toString()
|
"type": type.toString().split('.')[1]
|
||||||
};
|
};
|
||||||
final String url = '${state.firesApiUrl}mobile/falsepositive';
|
final String url = '${state.firesApiUrl}mobile/falsepositive';
|
||||||
return await resty.post(url).json(params).go().then((response) {
|
return await resty.post(url).json(params).go().then((response) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue