Skip to content

Commit

Permalink
fix: Remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Sep 29, 2023
1 parent db10aa0 commit 63aba8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/database/modules/datasets.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,8 @@ async function updateViewSettings({ id, data }) {
}

async function _callSearchApi({ dataset, query, sort, size, from = 0 }) {
const { advancedQueryDsl } = $nuxt.$route.query;

Check failure on line 236 in frontend/database/modules/datasets.js

View workflow job for this annotation

GitHub Actions / Build Argilla python package / Build the python package

Delete `⏎`
const vector = VectorModel.query().where("is_active", true).first();

const numberOfRecords = vector ? 50 : size;

const { record_id, vector_name, vector_values } = vector || {};
Expand Down

0 comments on commit 63aba8c

Please sign in to comment.