gd-sprest 9.0.0 → 9.0.2
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/build/rest.js +1 -1
- package/build/v2/sites.js +2 -2
- package/dist/gd-sprest.js +1 -1
- package/dist/gd-sprest.min.js +1 -1
- package/package.json +1 -1
package/build/rest.js
CHANGED
package/build/v2/sites.js
CHANGED
|
@@ -128,7 +128,7 @@ exports.sites.getFile = function (props) {
|
|
|
128
128
|
// Resolve the request
|
|
129
129
|
resolve(drive.items(file.UniqueId));
|
|
130
130
|
}, reject);
|
|
131
|
-
});
|
|
131
|
+
}, reject);
|
|
132
132
|
}
|
|
133
133
|
}, reject);
|
|
134
134
|
}, reject);
|
|
@@ -213,7 +213,7 @@ exports.sites.getIdByUrl = function (url) {
|
|
|
213
213
|
});
|
|
214
214
|
});
|
|
215
215
|
}, reject);
|
|
216
|
-
});
|
|
216
|
+
}, reject);
|
|
217
217
|
});
|
|
218
218
|
};
|
|
219
219
|
/** Returns the root site of the current site. */
|