You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fields/types/gcsavatar/GcsAvatarType.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ function gcsavatar(list, path, options) {
40
40
41
41
// validate gcs config (has to happen after super_.call)
42
42
if(!keystone.get('gcs config')){
43
-
thrownewError('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
+
thrownewError('Invalid Configuration\n\n'+'gcsavatar fields ('+list.key+'.'+path+') require the "gcs config" option to be set.\n');
0 commit comments