Skip to content

Commit

Permalink
WIP - lint error (of course)
Browse files Browse the repository at this point in the history
  • Loading branch information
kecso committed Oct 6, 2023
1 parent 8640565 commit 89a76c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/run_plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ main = function (argv, callback) {
var WorkerRequests = require('../server/worker/workerrequests'),
wr = new WorkerRequests(logger, gmeConfig, program.serverUrl);
context.project = project.projectId;
wr.executePlugin({webgme:token}, undefined, pluginName,
wr.executePlugin({webgme: token}, undefined, pluginName,
{
managerConfig: context,
pluginConfig: pluginConfig,
Expand Down

0 comments on commit 89a76c3

Please sign in to comment.