cleanup: trim compact resource comments

This commit is contained in:
“Naeel”
2026-04-29 21:22:08 +04:00
parent 81b8feeb26
commit 9b0a33f3c9
3 changed files with 57 additions and 13 deletions
+1 -4
View File
@@ -2,7 +2,7 @@
<cfsilent>
<cfimport prefix="m" taglib="../lib"/>
<cfset this.helper=CreateObject("component","lib.rest_api_helper")/><!---*** странно, почему мы его видим?---><!---вынести в апп?--->
<cfset this.helper=CreateObject("component","lib.rest_api_helper")/>
</cfsilent>
@@ -22,7 +22,4 @@
<cfreturn noData().withStatus(204, "OK") />
</cffunction>
<!---
/instanceOperationCfsParams/{instanceOperationCfsParamUid}" --->
</cfcomponent>