forked from loafle/openapi-generator-original
replace tabs with spaces in js templates (#11559)
This commit is contained in:
@@ -606,7 +606,7 @@
|
||||
case 'Date':
|
||||
return this.parseDate(String(data));
|
||||
case 'Blob':
|
||||
return data;
|
||||
return data;
|
||||
default:
|
||||
if (type === Object) {
|
||||
// generic object, return directly
|
||||
|
||||
Reference in New Issue
Block a user