From a2861a2c53e67513e66f0c94813e128f40baf8e5 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 14 Sep 2023 22:54:17 +0300 Subject: [PATCH] squash! --- Source/Option/Index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Option/Index.ts b/Source/Option/Index.ts index a17b938..b67570d 100644 --- a/Source/Option/Index.ts +++ b/Source/Option/Index.ts @@ -7,5 +7,5 @@ export interface Option extends _Option { } export default Merge(Default, { - Pipe: {}, + Action: {}, } satisfies Option) as Option;