kazimanzurrashid / aws-scheduler-go

Some analyzers or transformers are misconfigured in .deepsource.toml. Please refer to the docs.

  • ['github.com/kazimanzurrashid/aws-scheduler-go/graphql', 'github.com/kazimanzurrashid/aws-scheduler-go/collector', 'github.com/kazimanzurrashid/aws-scheduler-go/worker'] is not of type 'string' in meta for analyzer "go"

Logical operator can be refactored to optional chain JS-W1044
Anti-pattern
Minor
5 months ago5 months old
Prefer using an optional chain expression instead, as it's more concise and easier to read
 54    touched
 55  } = useFormik({
 56    initialValues:
 57      state && state.source 58        ? {
 59            ...state.source,
 60            headers: state.source.headers