Skip to content

Commit

Permalink
Update prepare-field.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Oct 28, 2023
1 parent 1cf71c3 commit 12028d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/server/support/prepare-field.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import * as _ from 'lodash-es';
import { databaseTypes, entityOptions, fieldTypes, reservedKeywords } from '../../../jdl/jhipster/index.mjs';
import { getUXConstraintName } from './database.mjs';
import { hibernateSnakeCase } from './string.mjs';
import { getJavaValueGeneratorForType } from './templates/index.js';
import { getJavaValueGeneratorForType } from './templates/field-values.js';
import { formatDocAsApiDescription, formatDocAsJavaDoc } from './doc.mjs';

const TYPE_BYTES = fieldTypes.RelationalOnlyDBTypes.BYTES;
Expand Down

0 comments on commit 12028d2

Please sign in to comment.