mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 02:42:45 +00:00
remove lcloc
This commit is contained in:
@@ -18,7 +18,6 @@ const UserSchema = new Schema({
|
||||
image: Boolean,
|
||||
pdf: Boolean,
|
||||
notebook: Boolean,
|
||||
loc: Boolean,
|
||||
link: Boolean,
|
||||
page: { type: String },
|
||||
},
|
||||
|
||||
@@ -16,7 +16,6 @@ export interface IUser {
|
||||
image: boolean;
|
||||
pdf: boolean;
|
||||
notebook: boolean;
|
||||
loc: boolean;
|
||||
link: boolean;
|
||||
page: string | null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user