mirror of
https://gitlab.silvrtree.co.uk/martind2000/rss-braider.git
synced 2025-02-06 20:49:16 +00:00
8 lines
216 B
JavaScript
8 lines
216 B
JavaScript
|
module.exports = function (item, itemOptions, source) {
|
||
|
|
||
|
// This is an intentionally broken plugin for testing.
|
||
|
// This doesn't do anything and shouldn't be a template
|
||
|
// for other plugins
|
||
|
|
||
|
return;
|
||
|
};
|