mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Remove unused function parameter (#7656)
This commit is contained in:
parent
1c4f2aab8f
commit
265d253f09
@ -172,8 +172,8 @@ function composeUrl (config) {
|
|||||||
return [ base, e_c, e_a, e_n, cvar, action_name, urlref, dimensions, url, _id, rand, pv_id, uid, new_visit ].join('')
|
return [ base, e_c, e_a, e_n, cvar, action_name, urlref, dimensions, url, _id, rand, pv_id, uid, new_visit ].join('')
|
||||||
}
|
}
|
||||||
|
|
||||||
export function sendMetaMetricsEvent (config, permissionPreferences) {
|
export function sendMetaMetricsEvent (config) {
|
||||||
return fetch(composeUrl(config, permissionPreferences), {
|
return fetch(composeUrl(config), {
|
||||||
'headers': {},
|
'headers': {},
|
||||||
'method': 'GET',
|
'method': 'GET',
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user