chore(itim): correct var name within function get_serializer_class
ref: #512 #513 #518
This commit is contained in:
@ -47,7 +47,7 @@ class ViewSet(ReadOnlyModelViewSet):
|
||||
|
||||
def get_serializer_class(self):
|
||||
|
||||
if self.serializer_classis is not None:
|
||||
if self.serializer_class is not None:
|
||||
|
||||
return self.serializer_class
|
||||
|
||||
|
Reference in New Issue
Block a user