new storage fake method

This commit is contained in:
SPRINX0\prochazka
2025-04-10 17:43:29 +02:00
parent f312237bd5
commit 936f3b0752

View File

@@ -4,6 +4,10 @@ module.exports = {
return null;
},
async connectionsToExport() {
return null;
},
getConnection_meta: true,
async getConnection({ conid }) {
return null;