We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8cacb5 commit f911bd9Copy full SHA for f911bd9
okapi/services/caches/formatters/garmin.php
@@ -89,6 +89,9 @@ public static function call(OkapiRequest $request)
89
'location_source' => $location_source,
90
'location_change_prefix' => $location_change_prefix
91
);
92
+ if ($request->token !== null) {
93
+ $data_method_params['mark_found'] = 'true';
94
+ }
95
$data_contents = OkapiServiceRunner::call($data_method, new OkapiInternalRequest(
96
$request->consumer, $request->token, $data_method_params
97
))->get_body();
0 commit comments