fix: removed unused param
This commit is contained in:
@@ -256,7 +256,7 @@ export class DashboardModel {
|
||||
this.events.emit('repeats-processed');
|
||||
}
|
||||
|
||||
processRepeats(cleanUpOnly?: boolean) {
|
||||
processRepeats() {
|
||||
if (this.snapshot || this.templating.list.length === 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user