diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-16 12:04:12 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-16 12:04:12 +0000 |
commit | 437fc047e789340ace274159bf2046382b069140 (patch) | |
tree | 2434388b565bdb76b247cc7fa081ced4ebc8b8a6 /.mongoshrc.js | |
parent | update (diff) | |
download | scripts-437fc047e789340ace274159bf2046382b069140.tar.gz scripts-437fc047e789340ace274159bf2046382b069140.zip |
update
Diffstat (limited to '.mongoshrc.js')
-rw-r--r-- | .mongoshrc.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.mongoshrc.js b/.mongoshrc.js index 9533ee8..bd91d9a 100644 --- a/.mongoshrc.js +++ b/.mongoshrc.js @@ -24,3 +24,7 @@ function get_mangas() { function get_animes() { return db.animes.find(); } + +function get_movies() { + return db.movies.find(); +} |