This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 831
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress TS warning about returning null MatrixClient
- Loading branch information
1 parent
4ab6c65
commit 0c657e6
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This should not be ts-ignored, the type is wrong, the tsc strict work will fix it but is unlikely to spot this to remove it again. The non-required check should merely be ignored.