We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d529745 commit d57340aCopy full SHA for d57340a
src/snake-naming.strategy.ts
@@ -2,7 +2,7 @@
2
// https://gist.github.com/recurrence/b6a4cb04a8ddf42eda4e4be520921bd2
3
4
import { DefaultNamingStrategy, NamingStrategyInterface } from 'typeorm';
5
-import { snakeCase } from 'typeorm/util/StringUtils';
+import { snakeCase } from 'typeorm/util/StringUtils.js';
6
7
export class SnakeNamingStrategy
8
extends DefaultNamingStrategy
0 commit comments