Unnecessary extras parameter

This commit is contained in:
Anton Tananaev 2025-05-24 22:33:02 -07:00
parent eccd2c96d4
commit f7a85f64f5

View file

@ -68,8 +68,7 @@ class Preferences {
"activity": {
"type": "<%= activity.type %>"
},
"_": "&id=${instance.getString(id)}&lat=<%= latitude %>&lon=<%= longitude %>&timestamp=<%= timestamp %>&",
"extras": {}
"_": "&id=${instance.getString(id)}&lat=<%= latitude %>&lon=<%= longitude %>&timestamp=<%= timestamp %>&"
}'''.split('\n').map((line) => line.trimLeft()).join(),
);
}