Commit 33ac82c3 authored by nanahira's avatar nanahira

fix incorrect transform object

parent d618f409
......@@ -61,10 +61,6 @@ export class MetadataSetter<M extends StringDict, AM extends StringDict> {
const keysDec = this.appendUnique<IK, any>(keysIndexMeta, key);
keysDec(targetClass);
}
if (descriptor) {
return descriptor;
}
return target;
};
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment