Skip to content

Commit 62eb92e

Browse files
Update src/plugins/pluginContext/www/PluginContext.js
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 758cafd commit 62eb92e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/pluginContext/www/PluginContext.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ const PluginContext = (function () {
3535
});
3636
}
3737

38-
getSecret(token, key, defaultValue = "") {
38+
getSecret(key, defaultValue = "") {
3939
return new Promise((resolve, reject) => {
4040
exec(
4141
resolve,
4242
reject,
4343
"Tee",
4444
"get_secret",
45-
[token, key, defaultValue]
45+
[this.uuid, key, defaultValue]
4646
);
4747
});
4848
}

0 commit comments

Comments
 (0)