Skip to content

Commit

Permalink
Merge pull request #265 from forta-network/ali/add-timestamp-to-apialert
Browse files Browse the repository at this point in the history
Add timestamp to APIAlert
  • Loading branch information
aomerk authored Sep 20, 2023
2 parents 520302a + 7d80300 commit 3816edd
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 15 deletions.
40 changes: 25 additions & 15 deletions protocol/alert.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions protocol/alert.proto
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,5 @@ message APIAlert {
AlertType type = 2;
Finding finding = 3;
APIAlertAgent agent = 4;
string timestamp = 5;
}

0 comments on commit 3816edd

Please sign in to comment.