Untitled

Anonymous
plain_text
09/28/2023 10:42 AM
192 B
11
Indexable
        if records:
            if records[0]['is_deleted']:
                raise NotFoundError
        else:
            raise NotFoundError
Editor is loading...