Skip to content

Commit

Permalink
moai
Browse files Browse the repository at this point in the history
  • Loading branch information
azurwastaken committed Oct 11, 2024
1 parent 0389349 commit d466840
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/cairo/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ impl TryFrom<FeedId> for Feed {
}

impl Feed {
pub async fn get_latest_update_timestamp(self, chain: &EvmConfig) -> Result<u64, MonitoringError> {
pub async fn get_latest_update_timestamp(
self,
chain: &EvmConfig,
) -> Result<u64, MonitoringError> {
match self.feed_type {
FeedType::Unique(unique_variant) => {
unique_variant
Expand Down

0 comments on commit d466840

Please sign in to comment.