2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 12:06:44 +00:00

JS linting

This commit is contained in:
Oliver Walters 2022-05-17 00:52:01 +10:00
parent 27930cd897
commit 2509db2b88

View File

@ -231,7 +231,7 @@ function showApiError(xhr, url) {
// The server may have provided some extra information about this error // The server may have provided some extra information about this error
if (response) { if (response) {
if (response.error) { if (response.error) {
title = response.error title = response.error;
} }
if (response.detail) { if (response.detail) {