Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit 4c12ead

Browse files
mitermayerfacebook-github-bot
authored andcommitted
Fixing master
Summary: This PR fixes the flow broken build in master Closes #1631 Differential Revision: D6820135 fbshipit-source-id: 7c393f66f16d6d80065974c3cf7108e2ee9c4a7f
1 parent 07eb9c4 commit 4c12ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stubs/gkx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313

1414
'use strict';
1515

16-
module.exports = function(name) {
16+
module.exports = function(name: string) {
1717
return false;
1818
};

0 commit comments

Comments
 (0)