Commit 0d7b0aaa authored by nanahira's avatar nanahira

fix

parent 1e60a265
Pipeline #7155 passed with stages
in 1 minute and 1 second
......@@ -107,6 +107,7 @@ export class CrudBase<
this.applyRelationsToQuery(query);
this.extraGetQuery(query);
extraQuery(query);
query.take(1);
let ent: T;
try {
ent = await query.getOne();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment