3061-send_thermograph #725

Merged
joan merged 8 commits from 3061-send_thermograph into dev 2021-09-07 10:14:43 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8bdb02c0fc - Show all commits

View File

@ -96,7 +96,7 @@ module.exports = Self => {
return travelThermograph; return travelThermograph;
} catch (err) { } catch (err) {
await tx.rollback(); if (tx) await tx.rollback();
throw err; throw err;
} }
}; };