79331869

Date: 2025-01-06 01:36:13
Score: 0.5
Natty:
Report link

It seems you accidentally left in some of the auto generated code in your source, so contentHandler is always being called immediately. It should work if you remove the first block of code calling it

  if let bestAttemptContent {
    contentHandler(bestAttemptContent) // REMOVE this if statement
  }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: pjtnt11