fix(reactions): add model to tests

This commit is contained in:
kolaente 2024-03-11 23:20:32 +01:00
parent a2fa1515cd
commit ed6d590e3b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ func GetTables() []interface{} {
&APIToken{},
&TypesenseSync{},
&Webhook{},
&Reaction{},
}
}