mirror of
https://github.com/langgenius/dify.git
synced 2026-03-11 02:07:50 +08:00
fix
This commit is contained in:
@ -61,5 +61,5 @@ class TriggerHttpRequestCachingService:
|
||||
"""
|
||||
storage.save(
|
||||
f"{cls._TRIGGER_STORAGE_PATH}/{request_id}.payload",
|
||||
TypeAdapter(Mapping[str, Any]).dump_json(payload),
|
||||
TypeAdapter(Mapping[str, Any]).dump_json(payload), # type: ignore
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user