From 64d6cb8951223d77b75e9266a0ddb1cbd3b9ba0a Mon Sep 17 00:00:00 2001 From: thomashii Date: Tue, 13 Apr 2021 23:37:39 +0800 Subject: [PATCH] Updated angel_framework --- packages/framework/lib/src/core/hooked_service.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/framework/lib/src/core/hooked_service.dart b/packages/framework/lib/src/core/hooked_service.dart index 2149f14c..f8dc34a0 100644 --- a/packages/framework/lib/src/core/hooked_service.dart +++ b/packages/framework/lib/src/core/hooked_service.dart @@ -480,7 +480,7 @@ class HookedService> } /// Fired when a hooked service is invoked. -class HookedServiceEvent> { +class HookedServiceEvent> { static const String indexed = 'indexed'; static const String read = 'read'; static const String created = 'created';