Created
April 25, 2022 15:12
-
-
Save todd-demone/7866795fc98842b9749f9a1036cc2a13 to your computer and use it in GitHub Desktop.
Revisions
-
Todd Demone created this gist
Apr 25, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ const comments = await Comment.findAll( { include: User }); console.log(JSON.stringify(comments, null, 2));