check fix

This commit is contained in:
Ruben Fiszel
2025-08-14 15:37:39 +00:00
parent f252c08f93
commit db4dd23ebc

View File

@@ -14,7 +14,7 @@
let files: Record<string, string> | undefined = undefined
let runnables = {}
let newPath = ''
let lastVersion = 0
// let lastVersion = 0
let policy: any = {}
let summary = ''
@@ -49,7 +49,7 @@
runnables = app.value.runnables
files = app.value.files
summary = app.summary
lastVersion = app.version
// lastVersion = app.version
policy = app.policy
newPath = app.path
}