We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a371c commit 14f36b2Copy full SHA for 14f36b2
src/main.ts
@@ -227,7 +227,7 @@ export default class InvioPlugin extends Plugin {
227
() => self.saveSettings()
228
);
229
// const Prefix = 'op-remote-source-raw/';
230
- const remoteRsp = await client.listFromRemote(RemoteSrcPrefix);
+ const remoteRsp = await client.listFromRemote(RemoteSrcPrefix + this.settings.localWatchDir);
231
log.info('remote: ', remoteRsp);
232
const remoteContents = remoteRsp.Contents.filter(item => item.key !== RemoteSrcPrefix);
233
0 commit comments