🔨 Restore makeResolve default value

This commit is contained in:
Iván Ovejero 2021-06-28 13:17:17 +02:00
parent 2888411fd0
commit 64ec334553

View file

@ -495,7 +495,7 @@ export const makeResolve = (resource: string, operations: string[]) => {
operation: operations,
},
},
default: true,
default: false,
description: `By default the response only contain the ID of the ${resource}. If this option gets activated it<br />will resolve the data automatically.`,
};
};