Skip to content

Commit

Permalink
Fix typo (elizaOS#2385)
Browse files Browse the repository at this point in the history
* fix: typo

Signed-off-by: ericlehong <[email protected]>

* fix: typo

Signed-off-by: ericlehong <[email protected]>

---------

Signed-off-by: ericlehong <[email protected]>
Co-authored-by: Sayo <[email protected]>
  • Loading branch information
ericlehong and wtfsayo authored Jan 16, 2025
1 parent 63e4dbd commit 6794ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/lib/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const fetcher = async ({

if (method === "POST") {
if (body instanceof FormData) {
// @ts-expect-error - Supressing potentially undefined options header
// @ts-expect-error - Suppressing potentially undefined options header
delete options.headers["Content-Type"];
options.body = body;
} else {
Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ This directory contains smoke and integration tests for Eliza project.
## Using in GitHub CI/CD

- Settings -> Secrets and variables -> Actions:
- Create an enviroment
- Create an environment
- Add repository secret `OPENAI_API_KEY`
- Refer to https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions for more information

0 comments on commit 6794ac0

Please sign in to comment.