Skip to content

Commit

Permalink
fix: missing extension .js
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Nov 27, 2024
1 parent bd85a0d commit 83588f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/lib/services/connectSession.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as keystore from '@nangohq/keystore';
import type { ConnectSession, DBEndUser, EndUser } from '@nangohq/types';
import { Err, Ok } from '@nangohq/utils';
import type { Result } from '@nangohq/utils';
import { EndUserMapper } from './endUser.service';
import { EndUserMapper } from './endUser.service.js';

const CONNECT_SESSIONS_TABLE = 'connect_sessions';

Expand Down

0 comments on commit 83588f4

Please sign in to comment.