Enha: leave one room model for now

This commit is contained in:
Grail Finder
2025-05-03 10:22:50 +03:00
parent 5cf1f1199e
commit b135356d3f
4 changed files with 21 additions and 36 deletions

View File

@ -5,7 +5,7 @@ import (
"golias/models"
)
func createRoom(ctx context.Context, req *models.RoomReq) (*models.RoomPublic, error) {
func createRoom(ctx context.Context, req *models.RoomReq) (*models.Room, error) {
return nil, nil
}