mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-14 17:03:02 -06:00
6 lines
138 B
JavaScript
6 lines
138 B
JavaScript
'use strict';
|
|
|
|
module.exports = () => async (_, __, { dataSources }) => {
|
|
return await dataSources.rdioScannerSystem.getSystems();
|
|
};
|