Skip to content

Commit

Permalink
❌ prevent vandalism ❌
Browse files Browse the repository at this point in the history
  • Loading branch information
bliutech committed Oct 2, 2022
1 parent 0990dfb commit 1aa813c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blockchain/contracts/Articles.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ contract Articles {
}

mapping(uint => Article) public articles;
// Article[] public articles;

event ArticleCreated(
uint id,
Expand Down

0 comments on commit 1aa813c

Please sign in to comment.