Skip to content
Snippets Groups Projects
Commit c668b74d authored by Harsha Kethineni's avatar Harsha Kethineni
Browse files

Modiefied upgrade29 closure so that it wont change avatar if its not custom's http val

parent 03e90e71
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,7 @@
"title": "Group",
"type": "object",
"properties": {
"gravatar": {
"type": ["string", "null"],
"pattern": "^https:",
"format": "uri" },
"gravatar": {"type": ["string", "null"], "pattern": "^https:"},
"provider": {"type": ["string", "null"], "format": "uri" },
"custom": {"type": ["string", "null"], "format": "uri" }
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment