Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarasikee committed Aug 29, 2022
1 parent 6f98448 commit a053c2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/classes/Instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export class Instance<T extends { _id: string }> {
}

public toJSON(): T {
console.log(this._fields)
return this._fields
}

Expand Down

0 comments on commit a053c2e

Please sign in to comment.