rework list courses page to be flatten
This commit is contained in:
@ -178,7 +178,6 @@ func (r *ydbCourseRepository) List(
|
||||
|
||||
opts = append(
|
||||
opts,
|
||||
table.ValueParam("$id", types.TextValue(params.NextPageToken)),
|
||||
table.ValueParam("$limit", types.Int32Value(int32(params.Limit))),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user