Created
April 14, 2020 18:43
-
-
Save LandimTiago/95e55a7ff69ca6090d29c313ca57c768 to your computer and use it in GitHub Desktop.
This file contains 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
D:\Codigos\DB-gym\src\app\controllers\members.js:42 | |
member.instructorsSelectOptions(function (options) { | |
^ | |
TypeError: member.instructorsSelectOptions is not a function | |
at D:\Codigos\DB-gym\src\app\controllers\members.js:42:20 | |
at D:\Codigos\DB-gym\src\app\models\member.js:50:13 | |
at Query.<anonymous> (D:\Codigos\DB-gym\node_modules\pg-pool\index.js:371:18) | |
at Query.handleReadyForQuery (D:\Codigos\DB-gym\node_modules\pg\lib\query.js:121:12) | |
at Connection.<anonymous> (D:\Codigos\DB-gym\node_modules\pg\lib\client.js:256:19) | |
at Connection.emit (events.js:310:20) | |
at Socket.<anonymous> (D:\Codigos\DB-gym\node_modules\pg\lib\connection.js:120:12) | |
at Socket.emit (events.js:310:20) | |
at addChunk (_stream_readable.js:286:12) | |
at readableAddChunk (_stream_readable.js:268:9) | |
[nodemon] app crashed - waiting for file changes before starting... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment