We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c72d4 commit efa64f8Copy full SHA for efa64f8
lib/api/controllers/collectionController.js
@@ -107,14 +107,12 @@ class CollectionController extends NativeController {
107
async getSettings(request) {
108
const { index, collection } = request.getIndexAndCollection();
109
110
- const settings = await this.ask(
+ return this.ask(
111
"core:storage:public:collection:settings:get",
112
index,
113
collection,
114
{},
115
);
116
-
117
- return settings;
118
}
119
120
/**
0 commit comments