v2 update
This commit is contained in:
@@ -195,7 +195,7 @@ class AutomaticDispose {
|
||||
|
||||
OpenNextRescueSprechwunsch() {
|
||||
let that = this;
|
||||
this.ADSettings().then((setting) => {
|
||||
this.ADSettings.then((setting) => {
|
||||
if (setting['Sprechwunsch-Automatic'] == 'true') {
|
||||
return that.ADisDB.ADisSprechwunsch.where({
|
||||
done: 'false'
|
||||
@@ -286,7 +286,7 @@ class AutomaticDispose {
|
||||
|
||||
OpenNextPoliceSprechwunsch() {
|
||||
let that = this;
|
||||
this.ADSettings().then((setting) => {
|
||||
this.ADSettings.then((setting) => {
|
||||
if (setting['Sprechwunsch-Automatic'] == 'true') {
|
||||
return that.ADisDB.ADisSprechwunschPolice.where({
|
||||
done: 'false'
|
||||
|
||||
Reference in New Issue
Block a user