Skip to content

fix: issues affecting code quality

Warren Gifford requested to merge github/fork/withshubh/main into main

Created by: withshubh

Description

This PR fixes a few issues that were affecting the code quality.

Summary of changes

  • Replace t.Sub(time.Now()) with time.Until
  • Remove unnecessary wrapping of function call
  • Remove unnecessary blank (_) identifier
  • Fix check for empty string

Merge request reports

Loading