mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-05-02 03:01:08 -04:00
remove unnecessary promise resolve
This commit is contained in:
@@ -292,7 +292,6 @@ export function getGossipHandlers(modules: ValidatorFnsModules, options: GossipH
|
||||
|
||||
[GossipType.light_client_optimistic_update]: async (lightClientOptimisticUpdate) => {
|
||||
await validateLightClientOptimisticUpdate(config, chain, lightClientOptimisticUpdate);
|
||||
return Promise.resolve();
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user