Files
kami-parse-server/src/deprecated.js
Florent Vilmart 1eb2a87f9f Removes GCS Adapter from provided adapters
* 💣 removes exposed GCS files adapter

- Should fix problems with GCS
- Throws error that shows the right repo
2016-04-05 18:18:49 -04:00

6 lines
167 B
JavaScript

export function useExternal(name, moduleName) {
return function() {
throw `${name} is not provided by parse-server anymore; please install ${moduleName}`;
}
}