Commit c9253c6b authored by nanahira's avatar nanahira

remove quote thing

parent e7cd6a22
Pipeline #42164 passed with stages
in 2 minutes and 21 seconds
......@@ -598,8 +598,8 @@ export class AppService {
if (!usernameA || !usernameB) {
return 'username can not be null';
}
usernameA = usernameA.replace(/'/g, '');
usernameB = usernameB.replace(/'/g, '');
// usernameA = usernameA.replace(/'/g, '');
// usernameB = usernameB.replace(/'/g, '');
const [userA, userB, deckA, deckB] = await Promise.all([
this.findOrCreateUser(usernameA),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment