From 4f2f878f445f50a2d18329dbcc660839b0935ae7 Mon Sep 17 00:00:00 2001 From: Scott Miller Date: Wed, 20 Nov 2024 12:26:52 -0500 Subject: [PATCH] Fix historical_indexer.dart `processGraphOperation` requires passing a value for `doRethrow` --- bin/historical_indexer.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/historical_indexer.dart b/bin/historical_indexer.dart index 68f03fc..379b65f 100644 --- a/bin/historical_indexer.dart +++ b/bin/historical_indexer.dart @@ -168,6 +168,7 @@ Future processRepo(String did) async { parts[1], block.cast(), surreal: surreal, + doRethrow: true, ); } }