Skip to content

Commit f5f65fd

Browse files
Vikhyath MondretiVikhyath Mondreti
authored andcommitted
fix lint
1 parent 754d768 commit f5f65fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/sim/contexts/socket-context.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,9 @@ export function SocketProvider({ children, user }: SocketProviderProps) {
199199
error.message?.includes('Authentication failed') ||
200200
error.message?.includes('Authentication required')
201201
) {
202-
logger.warn('Authentication failed - this could indicate session expiry or token generation issues')
202+
logger.warn(
203+
'Authentication failed - this could indicate session expiry or token generation issues'
204+
)
203205
// The fresh token generation on each attempt should handle most cases automatically
204206
// If this persists, user may need to refresh page or re-login
205207
}

0 commit comments

Comments
 (0)