testing prettier action

pull/19/head
Gabi Purcaru 2022-12-25 19:03:08 +01:00
rodzic ea1ff30b0a
commit 252e39e162
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -4,7 +4,7 @@ import debounce from 'debounce'
type AccountDetails = {
id: string // IMPORTANT: this is int64 so will overflow Javascript's number type
acct: string
acct: string,
followed_by: Set<string> // list of handles
}