mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-09 07:00:06 +00:00
[automated] Apply ESLint and Prettier fixes
This commit is contained in:
@@ -206,9 +206,7 @@ function compareItems(prev, curr, category) {
|
||||
})
|
||||
}
|
||||
|
||||
if (
|
||||
JSON.stringify(prev.parameters) !== JSON.stringify(curr.parameters)
|
||||
) {
|
||||
if (JSON.stringify(prev.parameters) !== JSON.stringify(curr.parameters)) {
|
||||
differences.push({
|
||||
type: 'parameters_changed',
|
||||
from: prev.parameters,
|
||||
|
||||
Reference in New Issue
Block a user