From c917314bdebea4bf2582131b8ed7608aa22ec6c6 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Mon, 9 Jun 2025 15:08:50 +0200 Subject: [PATCH] fix: functions template missing type --- templates/eject/typescript/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/eject/typescript/index.ts b/templates/eject/typescript/index.ts index f9fcfefd..4bc65d11 100644 --- a/templates/eject/typescript/index.ts +++ b/templates/eject/typescript/index.ts @@ -13,7 +13,7 @@ import { type OnDeleteManyDocs, type OnSetDoc, type OnSetManyDocs, - OnUploadAsset + type OnUploadAsset } from '@junobuild/functions'; // All the available hooks and assertions for your Datastore and Storage are scaffolded by default in this module.