Create apps without authentication(#2025)

This commit is contained in:
Tosuke
2018-08-13 12:30:32 +09:00
parent b9fc0e6d71
commit fda1ab3e05
3 changed files with 4 additions and 3 deletions

View File

@ -13,7 +13,7 @@ export default App;
export type IApp = {
_id: mongo.ObjectID;
createdAt: Date;
userId: mongo.ObjectID;
userId: mongo.ObjectID | null;
secret: string;
name: string;
nameId: string;