11 lines
206 B
JavaScript

const pitcher = (code) => code;
export const pitch = function () {
const context = this;
if (/&blockType=config/.test(context.resourceQuery)) {
return '';
}
};
export default pitcher;