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 bf23554 commit 1b5fd2cCopy full SHA for 1b5fd2c
src/client/metadataApiDeploy.ts
@@ -307,6 +307,11 @@ export class MetadataApiDeploy extends MetadataTransfer<
307
message: `${EOL}${errors.join(EOL)}`,
308
name: 'AgentCompilationError',
309
});
310
+ } else {
311
+ // everything successfully compiled
312
+ // stop using named user jwt access token
313
+ delete connection.accessToken;
314
+ await connection.refreshAuth();
315
}
316
317
0 commit comments