Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59cfbeb

Browse files
committed
refactor: remove invalid doc link
1 parent 4075f94 commit 59cfbeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fields/types/gcsavatar/GcsAvatarType.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function gcsavatar(list, path, options) {
4040

4141
// validate gcs config (has to happen after super_.call)
4242
if (!keystone.get('gcs config')) {
43-
throw new Error('Invalid Configuration\n\n' + 'gcsavatar fields (' + list.key + '.' + path + ') require the "gcs config" option to be set.\n\n' + 'See http://keystonejs.com/docs/configuration/#services-gcsavatar for more information.\n');
43+
throw new Error('Invalid Configuration\n\n' + 'gcsavatar fields (' + list.key + '.' + path + ') require the "gcs config" option to be set.\n');
4444
}
4545
}
4646

0 commit comments

Comments
 (0)