JS linting

This commit is contained in:
Oliver 2022-03-04 16:34:26 +11:00
parent d2027dc590
commit 4151d94240

View File

@ -1872,7 +1872,7 @@ function autoAllocateStockToBuild(build_id, bom_items=[], options={}) {
substitutes: {
value: true,
},
}
};
constructForm(`/api/build/${build_id}/auto-allocate/`, {
method: 'POST',