Skip to content

Nit: missing semicolon #1

@Cadecraft

Description

@Cadecraft

server.js line 5 is missing a semicolon:
const httpServer = http.createServer()
should be
const httpServer = http.createServer();
for the sake of style consistency

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions