Skip to content

Commit

Permalink
Remove redundant indention
Browse files Browse the repository at this point in the history
  • Loading branch information
conache committed Jan 7, 2025
1 parent df2c235 commit 2d2aa0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ export async function createAgent(
getSecret(character, "OPEN_WEATHER_API_KEY")
? openWeatherPlugin
: null,
getSecret(character, "ARTHERA_PRIVATE_KEY")?.startsWith("0x")
getSecret(character, "ARTHERA_PRIVATE_KEY")?.startsWith("0x")
? artheraPlugin
: null,
getSecret(character, "ALLORA_API_KEY") ? alloraPlugin : null,
Expand Down

0 comments on commit 2d2aa0a

Please sign in to comment.