This commit is contained in:
syuilo 2018-07-06 12:38:07 +09:00
parent cb0f95ee7d
commit fd67d5cb4c
2 changed files with 5 additions and 1 deletions

View file

@ -26,4 +26,8 @@ export default class ID extends Context<mongo.ObjectID> {
return true;
});
}
public getType() {
return super.getType('string');
}
}