Skip to content

Commit f0d24b6

Browse files
committed
rector
1 parent bdc933e commit f0d24b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/apiclient.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ public function setFieldCustomMapping($field_id, $label = '')
361361
? 'semantic_type'
362362
: 'special_type';
363363

364-
$data = $this->httpQuery("field/$field_id", [
364+
$this->httpQuery("field/$field_id", [
365365
'json' => [
366366
$mb_fieldname => 'type/Category',
367367
'has_field_values' => 'list',

0 commit comments

Comments
 (0)