Closed tomek-ac closed 1 year ago
If you pulled a template without the text part and immediately run the push command, the program would show a change to that template. It was happening because we were comparing undefined to empty strings when detecting the changes.
undefined
If you pulled a template without the text part and immediately run the push command, the program would show a change to that template. It was happening because we were comparing
undefined
to empty strings when detecting the changes.