Browse Source

chore #1945: Removed unused function

tags/v0.12.0
Shaun 1 year ago
parent
commit
6b3798eada
1 changed files with 0 additions and 15 deletions
  1. +0
    -15
      src/server/db/ioRethink.js

+ 0
- 15
src/server/db/ioRethink.js View File

@@ -99,21 +99,6 @@ module.exports = {
return null;
},

getFilterFlat: async function ({ table, noDefault, filter }) {
const res = await r
.table(table)
.filter(filter)
.run();

if (res)
return res;

if (!noDefault)
return [];

return null;
},

getAllAsync: async function ({
table,
key,


Loading…
Cancel
Save