Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Fix flow issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Whale committed Apr 4, 2018
1 parent 8139445 commit 0fd7483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion athena/models/usersThreads.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const getThreadNotificationUsers = (
export const getUsersThread = (
userId: string,
threadId: string
): Promise<?DBUsersThreads> => {
): Promise<DBUsersThreads> => {
return db
.table('usersThreads')
.getAll(userId, { index: 'userId' })
Expand Down

0 comments on commit 0fd7483

Please sign in to comment.