diff options
Diffstat (limited to 'src/lib/constants.ts')
-rw-r--r-- | src/lib/constants.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 7516c2c28..45b3dfd95 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -133,3 +133,5 @@ export const GIF_SEARCH = (params: string) => `${GIF_SERVICE}/tenor/v2/search?${params}` export const GIF_FEATURED = (params: string) => `${GIF_SERVICE}/tenor/v2/featured?${params}` + +export const MAX_LABELERS = 20 |