mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 05:12:41 +01:00
Remove obsolete 'error' field from differential.parsecommitmessage
Summary: As of D1154, we don't need this anymore. See that change for context. Test Plan: See D1154. Reviewers: btrahan, jungejason Reviewed By: btrahan CC: aran, btrahan Differential Revision: 1155
This commit is contained in:
parent
40221feed9
commit
462ad4169c
1 changed files with 0 additions and 4 deletions
|
@ -72,11 +72,7 @@ class ConduitAPI_differential_parsecommitmessage_Method
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: This is for backcompat only, remove once Arcanist gets updated.
|
|
||||||
$error = head($errors);
|
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
'error' => $error,
|
|
||||||
'errors' => $errors,
|
'errors' => $errors,
|
||||||
'fields' => $fields,
|
'fields' => $fields,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue