David Santoso

Results 1 issues of David Santoso

``` PublishGame(){ oldData = this.isPublished this.isPublished = !oldData if (this.isPublished){ this.publishedAt = new Date() } return this.save() } ``` I have that method in astronomy. It uses to update isPublished...

question
needs-reproduction
v2