Skip to content

Commit 4c5b067

Browse files
committed
lint fix
1 parent 6f24839 commit 4c5b067

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/plugin-tee/src/actions/remoteAttestation.ts

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export const remoteAttestationAction = {
5050
try {
5151
// Get the remote attestation of the agentId
5252
const agentId = runtime.agentId;
53-
const agentName = runtime.character.name;
5453
const teeMode = runtime.getSetting("TEE_MODE");
5554
const provider = new RemoteAttestationProvider(teeMode);
5655
const attestation = await provider.generateAttestation(agentId, 'raw');

0 commit comments

Comments
 (0)