Last active
January 18, 2022 13:26
-
-
Save petrosDemetrakopoulos/e0959654ef49dfa0b463c5b3166ab4e0 to your computer and use it in GitHub Desktop.
Ethairballoons find
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 characters
Car.find(function (err, allRecords) { | |
if (!err) { | |
console.log(allRecords); | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment