v2 up handler
This commit is contained in:
@@ -1120,11 +1120,14 @@ class AutomaticDispose {
|
||||
console.log("self.MyRunnerSettings", self.MyRunnerSettings);
|
||||
self.ADSettings().then((setting) => {
|
||||
if (setting[self.MyRunnerSettings] != 'true') {
|
||||
return self.ADisDB.ADisMissions.where({
|
||||
|
||||
let where = {
|
||||
missionID: self.MissionID,
|
||||
runner: self.MyRunner,
|
||||
done: 'false'
|
||||
}).limit(1)
|
||||
}
|
||||
console.log(where);
|
||||
return self.ADisDB.ADisMissions.where(where).limit(1)
|
||||
}
|
||||
}).then((Wunsch) => {
|
||||
if (Wunsch !== undefined) {
|
||||
|
||||
Reference in New Issue
Block a user