fix(typesense): add typesense sync to initial structs

This commit is contained in:
kolaente 2023-09-15 12:53:18 +02:00
parent addcbdd8ca
commit f065dcf4ad
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ func GetTables() []interface{} {
&Subscription{}, &Subscription{},
&Favorite{}, &Favorite{},
&APIToken{}, &APIToken{},
&TypesenseSync{},
} }
} }