Skip to content

Commit 8a92b11

Browse files
committed
style: Sort OAuth Timeout Constant Import
1 parent 3417d91 commit 8a92b11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/api/src/mcp/oauth/tokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import jwt from 'jsonwebtoken';
2-
import { MAX_MCP_OAUTH_PERSISTENCE_WAIT_MS } from 'librechat-data-provider';
32
import { randomUUID } from 'crypto';
3+
import { MAX_MCP_OAUTH_PERSISTENCE_WAIT_MS } from 'librechat-data-provider';
44
import { logger, encryptV2, decryptV2, getTenantId } from '@librechat/data-schemas';
55
import type {
66
TokenMethods,

0 commit comments

Comments
 (0)