add flow annotation
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
4c607091d4
commit
1bba419235
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ export default class BasePlatform {
|
|||
}
|
||||
|
||||
// Used primarily for Analytics
|
||||
getHumanReadableName() {
|
||||
getHumanReadableName(): string {
|
||||
return 'Base Platform';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue