Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HandleCreateVerifedRoomsでDBへのアクセスがN回行われている #352

Open
ras0q opened this issue Mar 6, 2023 · 0 comments
Open
Assignees

Comments

@ras0q
Copy link
Member

ras0q commented Mar 6, 2023

一回にまとめたい

knoQ/router/rooms.go

Lines 43 to 58 in cb88afa

for _, v := range req {
params, err := presentation.ChangeRoomCSVReqTodomainWriteRoomParams(v, userID)
if err != nil {
return badRequest(err)
}
room, err := h.Repo.CreateVerifiedRoom(*params, getConinfo(c))
if err != nil {
return judgeErrorResponse(err)
}
RoomsRes = append(RoomsRes, presentation.ConvdomainRoomToRoomRes(*room))
}

@uki-a uki-a self-assigned this Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants