forked from Yara724/api
blame and claim refactored
This commit is contained in:
@@ -20,6 +20,6 @@ export class VideoCaptureDbService {
|
||||
}
|
||||
|
||||
async findById(id: string): Promise<VideoCaptureModel | null> {
|
||||
return this.videoCapture.findById(id).lean();
|
||||
return this.videoCapture.findById(id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user