Untitled

 avatar
unknown
plain_text
2 years ago
142 B
6
Indexable
        if records:
            if records[0]['is_deleted']:
                raise NotFoundError
        else:
            raise NotFoundError
Editor is loading...