2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00

js linting

This commit is contained in:
Oliver
2022-02-10 00:53:38 +11:00
parent 71f9399760
commit 6b52a07e71

View File

@ -550,7 +550,7 @@ function deleteBuildOutputs(build_id, outputs, options={}) {
}
}
}
)
);
}
});
}