Skip to content

Commit 5aa0f81

Browse files
fix: Remove ".js" extension to StringUtils import (#23)
1 parent 0ad7d10 commit 5aa0f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snake-naming.strategy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// https://gist.github.com/recurrence/b6a4cb04a8ddf42eda4e4be520921bd2
33

44
import { DefaultNamingStrategy, NamingStrategyInterface } from 'typeorm';
5-
import { snakeCase } from 'typeorm/util/StringUtils.js';
5+
import { snakeCase } from 'typeorm/util/StringUtils';
66

77
export class SnakeNamingStrategy
88
extends DefaultNamingStrategy

0 commit comments

Comments
 (0)