cd11cd290c
I don’t know why the codemod ignored these files 🧐
9 lines
224 B
JavaScript
9 lines
224 B
JavaScript
import WatchableNamespaceIDs from './watchable-namespace-ids';
|
|
|
|
export default class VolumeAdapter extends WatchableNamespaceIDs {
|
|
queryParamsToAttrs = Object.freeze({
|
|
type: 'type',
|
|
plugin_id: 'plugin.id',
|
|
});
|
|
}
|