QuestionBank table already stores all questions and updates every night. We can re-use this table to essentially replace this lookup here:https://github.com/tahminator/codebloom/blob/main/src/main/java/org/patinanetwork/codebloom/common/submissions/SubmissionsHandler.java#L100-L107
with a database lookup instead of a wasteful network call
AC:
leetcodeClient lookup with the repository lookup
LeetcodeQuestion