We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116ebad commit 59d5577Copy full SHA for 59d5577
source/includes/run-command.kt
@@ -18,6 +18,6 @@ fun main() {
18
//end-read-preference
19
20
//start-build-info
21
- println( db.runCommand( { buildInfo: 1 } ) );
+ println( database.runCommand( { buildInfo: 1 } ) );
22
//end-build-info
23
}
0 commit comments