Fixed vote teacher ids params

This commit is contained in:
Dominic Grimm 2022-01-15 13:05:43 +01:00
parent c1740b381a
commit d56403e4a7

View file

@ -24,7 +24,7 @@ module MW
getter teacher_ids
@[GraphQL::Field]
def initialize(@teacher_ids : Array(String))
def initialize(@teacher_ids : Array(Int32))
end
end
end