fix: убрать UseStateForUnknown с image_ref, provider v0.1.5

This commit is contained in:
“Naeel”
2026-03-08 20:34:00 +04:00
parent b69f795eb1
commit 99ef17d62f
6 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
// Используется с sless_trigger (постоянный эндпоинт).
exports.handle = async (event) => {
const name = event.name || 'World';
return { message: `Hello, ${name}!` };
return { message: `Hello, ${name}! HTTP ` };
};