lostintangent / spaces

Discover, share, and connect with developers across your favorite teams, classrooms and communities
https://aka.ms/vsls-spaces
MIT License
34 stars 3 forks source link

create_profile not defined #79

Closed arjunattam closed 5 years ago

arjunattam commented 5 years ago

when I run the server, I'm seeing

warning: function LiveShareCommunities.ProfileStore.create_profile/1 is undefined or private. Did you mean one of:

      * create_profile/3

  lib/communities/http.ex:202

it seems we have a different method signature for create_profile in the profile store. cc @legomushroom

legomushroom commented 5 years ago

PR: https://github.com/vsls-contrib/communities/pull/80