Skip to content

Commit 4c56afd

Browse files
committed
Lint
1 parent 6f6165b commit 4c56afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { State } from "xstate"
22
import { AuthContext, AuthEvent } from "./authXService"
33

4-
export const selectOrgId = (state: State<AuthContext, AuthEvent>) => {
4+
export const selectOrgId = (state: State<AuthContext, AuthEvent>): string | undefined => {
55
return state.context.me?.organization_id
66
}

0 commit comments

Comments
 (0)