master^2
Varun 9 months ago
parent 7ac11bc0d7
commit 8cfce56159

@ -2718,7 +2718,9 @@ exports.getPumpsAndUsers = async (req, reply) => {
// Include username at the beginning of staffNames and add "manual" at the end
const updatedStaffNames = ["All",username, ...staffNames, "manual","user"];
const updatedmotorIds = ["All",motorIds];
const updatedmotorIds = ["All",...motorIds];
// Prepare response
const result = {

Loading…
Cancel
Save