Skip to content

Commit

Permalink
bug: fixed small issue regarding image generator
Browse files Browse the repository at this point in the history
  • Loading branch information
mikita-kandratsyeu committed Jun 9, 2023
1 parent 83ea19f commit 2b537ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const addUserFormat = (userRole: UserRoles) =>
export const ADD_USER_CSV_FORMAT = '<username> | <role>';

// Image
export const CREATE_IMAGE_QUERY_FORMAT = `<prompt>;<Number of images (1-${MAX_IMAGES_REQUEST})>`;
export const CREATE_IMAGE_QUERY_FORMAT = `<prompt>;<1-${MAX_IMAGES_REQUEST}>`;

// Regexp
export const REGEXP_USERNAME = /^[a-zA-Z0-9_]{5,32}$/;
Expand Down

0 comments on commit 2b537ae

Please sign in to comment.