Skip to content

Conversation

@heliocodacy
Copy link
Collaborator

No description provided.

Copy link
Collaborator Author

Codacy Here is an overview of what got changed by this pull request:

Clones added
============
- src/server/data/memo-dao.js  1
         

See the complete overview on Codacy

Update headers

/* If this constructor is called without the "new" operator, "this" points
* to the global object. Log a warning and call it correctly. */
if (false === (this instanceof MemosDAO)) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy has a fix for the issue: Unnecessary parentheses around expression.

Suggested change
if (false === (this instanceof MemosDAO)) {
if (false === this instanceof MemosDAO) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants