mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-23 12:44:12 -08:00
Removed unused (maybe?) API endpoint
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
c49abb6aea
commit
c49921f50f
|
@ -158,7 +158,6 @@ class ActionlogsTransformer
|
|||
[
|
||||
'url' => $file_url,
|
||||
'filename' => $actionlog->filename,
|
||||
'inlineable' => (bool) Helper::show_file_inline($actionlog->filename),
|
||||
] : null,
|
||||
|
||||
'item' => ($actionlog->item) ? [
|
||||
|
|
Loading…
Reference in a new issue