Skip to content

Commit ca97867

Browse files
config: add AVERAGE_CHARS_IN_WORD constant to config file.
1 parent f160dec commit ca97867

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ const PackageJson = require('../../package.json')
33
const config = {
44
API_HOST: 'https://api.renderforest.com',
55
API_PREFIX: '/api/v1',
6+
AVERAGE_CHARS_IN_WORD: 5.5,
67
HTTP_DEFAULT_OPTIONS: {
78
method: 'GET',
89
json: true,

0 commit comments

Comments
 (0)