hotfix: fix typo (#2170)

This commit is contained in:
Lily Delalande
2025-04-11 19:10:53 -04:00
committed by GitHub
parent d5a9022f45
commit bc405efa52

View File

@@ -347,7 +347,7 @@ const createChat = async (
JSON.stringify({
...appConfig,
GOOSE_PORT: port,
GOOSE_WORKGIN_DIR: working_dir,
GOOSE_WORKING_DIR: working_dir,
REQUEST_DIR: dir,
GOOSE_BASE_URL_SHARE: sharingUrl,
GOOSE_VERSION: gooseVersion,