File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import type { ClerkPaginationRequest } from '@clerk/shared/types' ;
2- import { joinPaths } from 'src /util/path' ;
2+ import { joinPaths } from '../.. /util/path' ;
33
44import type { DeletedObject , JwtTemplate } from '../resources' ;
55import type { PaginatedResourceResponse } from '../resources/Deserializer' ;
Original file line number Diff line number Diff line change 11import type { ClerkPaginationRequest } from '@clerk/shared/types' ;
2- import { joinPaths } from 'src /util/path' ;
2+ import { joinPaths } from '../.. /util/path' ;
33
44import type { DeletedObject } from '../resources/DeletedObject' ;
55import type { PaginatedResourceResponse } from '../resources/Deserializer' ;
Original file line number Diff line number Diff line change 11import { getEnvVariable } from '@clerk/shared/getEnvVariable' ;
2- import { errorThrower } from 'src /util/shared' ;
2+ import { errorThrower } from '. /util/shared' ;
33import { Webhook } from 'standardwebhooks' ;
44
55import type { WebhookEvent } from './api/resources/Webhooks' ;
You can’t perform that action at this time.
0 commit comments