Skip to content

Fix return type union in signup action function #71

@coderabbitai

Description

@coderabbitai

A static analysis tool (Biome) has identified that the return type Promise<Error | void> in the signup action function is confusing and should be changed to Promise<Error | undefined>.

Location: apps/web/src/app/signup/action.ts line 8

Issue: The void type in a union type is confusing according to the linter rule lint/suspicious/noConfusingVoidType.

References:

Reporter: @daemon-node-byte

Metadata

Metadata

Labels

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions