Skip to content

Commit

Permalink
chore: resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jan 17, 2025
2 parents 2c011fa + 1f7e661 commit d6885ba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9,254 deletions.
3 changes: 1 addition & 2 deletions lib/common/typeorm.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
EntitySchema,
Repository,
} from 'typeorm';
import { v4 as uuid } from 'uuid';
import { CircularDependencyException } from '../exceptions/circular-dependency.exception';
import { EntityClassOrSchema } from '../interfaces/entity-class-or-schema.type';
import { DEFAULT_DATA_SOURCE_NAME } from '../typeorm.constants';
Expand Down Expand Up @@ -178,4 +177,4 @@ export function getDataSourceName(options: DataSourceOptions): string {
return options && options.name ? options.name : DEFAULT_DATA_SOURCE_NAME;
}

export const generateString = (): string => uuid();
export const generateString = (): string => crypto.randomUUID();
Loading

0 comments on commit d6885ba

Please sign in to comment.