mirror of https://github.com/vector-im/riot-web
add flow annotation
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
4c607091d4
commit
1bba419235
|
@ -30,7 +30,7 @@ export default class BasePlatform {
|
|||
}
|
||||
|
||||
// Used primarily for Analytics
|
||||
getHumanReadableName() {
|
||||
getHumanReadableName(): string {
|
||||
return 'Base Platform';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue