general setup
This commit is contained in:
@@ -101,8 +101,8 @@
|
||||
else if (oldVal !== newVal) {
|
||||
updateLogs.push({
|
||||
field: newPath,
|
||||
previous: oldVal.toString(),
|
||||
current: newVal.toString(),
|
||||
previous: oldVal?.toString(),
|
||||
current: newVal?.toString(),
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user