good font
tag create workflow
This commit is contained in:
@@ -19,8 +19,6 @@ export async function getDirName(version: number, path: string) {
|
||||
const singular = makeSingular(path);
|
||||
const plural = makePlural(path);
|
||||
|
||||
console.log("versionData", versionData);
|
||||
|
||||
return versionData && versionData.schema.data["<namespace>"][singular] ||
|
||||
versionData.schema.data["<namespace>"][plural];
|
||||
}
|
||||
|
Reference in New Issue
Block a user