sendgc #103

Closed
andy wants to merge 5 commits from sendgc into master
Showing only changes of commit f2c4094b8f - Show all commits

View File

@ -126,7 +126,7 @@ impl EntityGateway for InMemoryGateway {
let guildcard = GuildCardDataEntity::new(UserAccountId(id)); // TODO: NewGuildcardDataEntity ?
users.insert(user.id, user.clone());
guildcards.insert(user.id, guildcard.clone());
guildcards.insert(user.id, guildcard);
Ok(user)
}