1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

add flow annotation

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2017-05-29 20:02:46 +01:00
parent 4c607091d4
commit 1bba419235

View File

@@ -30,7 +30,7 @@ export default class BasePlatform {
} }
// Used primarily for Analytics // Used primarily for Analytics
getHumanReadableName() { getHumanReadableName(): string {
return 'Base Platform'; return 'Base Platform';
} }