mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:37:33 +00:00
remove redudancy process
This commit is contained in:
@@ -9,5 +9,5 @@ export function utf8ify(str: string): string {
|
||||
}
|
||||
|
||||
export function swaggerSanitizeSchemaName(name: string) {
|
||||
return name.replaceAll(' ', '_').replaceAll('?', '_').replace(/\W/g, '_');
|
||||
return name.replace(/\W/g, '_');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user