Skip to content

Commit 728f743

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 62eb92e commit 728f743

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
@@ -48,14 +48,14 @@ const PluginContext = (function () {
4848
}
4949

5050

51-
setSecret(token, key, value) {
51+
setSecret(key, value) {
5252
return new Promise((resolve, reject) => {
5353
exec(
5454
resolve,
5555
reject,
5656
"Tee",
5757
"set_secret",
58-
[token, key, value]
58+
[this.uuid, key, value]
5959
);
6060
});
6161
}

0 commit comments

Comments
 (0)