Skip to content

Commit

Permalink
attempt limit on API_ASSOC....
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfischetti committed Dec 12, 2024
1 parent d767365 commit bfbd9c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const API_PATH = "api/v1";
export const FIELD_CHARACTER_LIMIT = 50;
export const TITLE_CHARACTER_LIMIT = FIELD_CHARACTER_LIMIT;

export const API_ASSOC_ARRAY_LIMIT: number | undefined = undefined;
export const API_ASSOC_ARRAY_LIMIT: number | undefined = 300;

export const colors = {
burntSienna: "#703e35",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Prints and Photographs Discovery tool",
"version": "0.2.7",
"version": "1.9.1"
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit bfbd9c6

Please sign in to comment.