toast messages
This commit is contained in:
@@ -27,7 +27,6 @@ export class TTCQueryResolver {
|
||||
const last = this.stack.at(-1);
|
||||
if (typeof last === "function" && !onDemand) return last();
|
||||
|
||||
if (onDemand) debugger;
|
||||
return last;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user