rempved filter from find all
This commit is contained in:
parent
c9fa1a59d1
commit
680918618b
@ -37,7 +37,7 @@ export class FormService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async findAll(): Promise<Form[]> {
|
async findAll(): Promise<Form[]> {
|
||||||
return await this.formModel.find({deletedAt:null}).exec();
|
return await this.formModel.find().exec();
|
||||||
}
|
}
|
||||||
|
|
||||||
async find(formId: string): Promise<Form> {
|
async find(formId: string): Promise<Form> {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user