Skip to content

Commit 27a02de

Browse files
authored
Merge pull request #11 from ryo-arima/develop
🀑
2 parents ba700c0 + a674a25 commit 27a02de

File tree

11 files changed

+1
-0
lines changed

11 files changed

+1
-0
lines changed

β€Žsrc/util/back/repository/member.ts

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export class MemberRepositoryImpl implements MemberRepository {
2323

2424
async getMemberForPublic(request: MemberRequest): Promise<MemberResponse> {
2525
console.log('GetMemberForPublic');
26+
2627
return {} as MemberResponse;
2728
}
2829

File renamed without changes.

β€Žsrc/util/entity/form/group.ts

Whitespace-only changes.

β€Žsrc/util/entity/form/member.ts

Whitespace-only changes.

β€Žsrc/util/entity/form/user.ts

Whitespace-only changes.

β€Žsrc/util/entity/store/common.ts

Whitespace-only changes.

β€Žsrc/util/entity/store/group.ts

Whitespace-only changes.

β€Žsrc/util/entity/store/member.ts

Whitespace-only changes.

β€Žsrc/util/entity/store/user.ts

Whitespace-only changes.

β€Žsrc/util/front/controller/common.ts

Whitespace-only changes.

β€Žsrc/util/front/repository/common.ts

Whitespace-only changes.

0 commit comments

Comments
Β (0)