Unnecessary extras parameter
This commit is contained in:
parent
eccd2c96d4
commit
f7a85f64f5
1 changed files with 1 additions and 2 deletions
|
|
@ -68,8 +68,7 @@ class Preferences {
|
|||
"activity": {
|
||||
"type": "<%= activity.type %>"
|
||||
},
|
||||
"_": "&id=${instance.getString(id)}&lat=<%= latitude %>&lon=<%= longitude %>×tamp=<%= timestamp %>&",
|
||||
"extras": {}
|
||||
"_": "&id=${instance.getString(id)}&lat=<%= latitude %>&lon=<%= longitude %>×tamp=<%= timestamp %>&"
|
||||
}'''.split('\n').map((line) => line.trimLeft()).join(),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue