@@ -1,5 +1,5 @@
package converter
func GetFooterOrHeaderParams(v string) string {
- return "\"" + v +"\""
+ return "" + v +""
}