@azteam/express 1.2.182 → 1.2.183

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azteam/express",
3
- "version": "1.2.182",
3
+ "version": "1.2.183",
4
4
  "main": "src/index.js",
5
5
  "engines": {
6
6
  "node": ">= 12.0.0",
@@ -193,6 +193,7 @@ class AdminController extends Controller {
193
193
  methodPostImportGoogleSheet = async (req, res) => {
194
194
  return res.success(true);
195
195
  };
196
+
196
197
  postImportGoogleSheet() {
197
198
  return {
198
199
  disabled: !this.roles.CREATE,
@@ -204,6 +205,7 @@ class AdminController extends Controller {
204
205
  methodPostExportGoogleSheet = async (req, res) => {
205
206
  return res.success(true);
206
207
  };
208
+
207
209
  postExportGoogleSheet() {
208
210
  return {
209
211
  disabled: !this.roles.READ,