in `connector/index.ts` ``` //line:7 if (number > 10) { ``` should be: ``` if (number < 10) { ```
in
connector/index.tsshould be: