finish up FOSS version (mostly)

This commit is contained in:
2024-10-02 15:59:42 +02:00
parent a2f6757d84
commit 52d7fa7de7
3 changed files with 3 additions and 15 deletions

View File

@@ -6,11 +6,6 @@ const getSubscriptions = ( uid: string ) => {
} ];
}
const configure = ( config: object ) => {
}
export default {
getSubscriptions,
configure
}