strictNullChecks (#4666)
* wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
type Acct = {
|
||||
username: string;
|
||||
host: string;
|
||||
host: string | null;
|
||||
};
|
||||
|
||||
export default Acct;
|
||||
|
Reference in New Issue
Block a user