Compare commits

...

2 Commits

Author SHA1 Message Date
Adrián Aranda
1ff551dddd
Merge 03fd4fa4e0 into fb54d8b549 2023-05-22 17:36:35 -05:00
adrianaranda
03fd4fa4e0 fix: fix typo from replyed to replied 2023-04-05 20:22:21 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ enum EdgeType {
RETWEET,
RETWEETED_BY,
REPLY,
REPLYED_BY,
REPLIED_BY,
MENTION,
MENTIONED_BY,
MUTUAL_FOLLOW,

View File

@ -11,7 +11,7 @@ enum EdgeType {
RETWEET,
RETWEETED_BY,
REPLY,
REPLYED_BY,
REPLIED_BY,
MENTION,
MENTIONED_BY,
MUTUAL_FOLLOW,