Skip to content

duplicate require calls in hapi/lib/views.js #1665

@CNovakCAA

Description

@CNovakCAA

Not a huge problem, but also not necessary:

var Schema = require('./schema');
var Response = require('./response');
var Schema = require('./schema');

/lib/view.js lines 8 and 10.

Metadata

Metadata

Assignees

Labels

bugBug or defect

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions