Skip to content

Commit

Permalink
fix tsc (keybase#18853)
Browse files Browse the repository at this point in the history
  • Loading branch information
songgao authored Aug 9, 2019
1 parent a66f759 commit d719468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/actions/fs/platform-specific.desktop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const _rebaseKbfsPathToMountLocation = (kbfsPath: Types.Path, mountLocation: str
.join(path.sep)
)

const openPathInSystemFileManager = (state, action: FsGen.OpenPathInSystemFileManagerPayload) =>
const openPathInSystemFileManager = (state: TypedState, action: FsGen.OpenPathInSystemFileManagerPayload) =>
state.fs.sfmi.driverStatus.type === Types.DriverStatusType.Enabled
? RPCTypes.kbfsMountGetCurrentMountDirRpcPromise()
.then(
Expand Down

0 comments on commit d719468

Please sign in to comment.