79670557

Date: 2025-06-18 11:41:38
Score: 1.5
Natty:
Report link

Also all paths should be from current file:

Wrong
import { Document } from "src/models";
Good
import { Document } from "../../models";
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Тимофей Ковалев