Skip to content

Commit

Permalink
Fix issues after rebase from main.
Browse files Browse the repository at this point in the history
Sync package.json and package-lock.json.
Fix prettier issues.
  • Loading branch information
ronitagarwala01 committed Jan 25, 2024
1 parent d9367b3 commit 168293d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/routes/_gcn.circulars._archive._index/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ import CircularsHeader from './CircularsHeader'
import CircularsIndex from './CircularsIndex'
import { DateSelector } from './DateSelectorMenu'
import Hint from '~/components/Hint'
import { feature } from '~/lib/env.server'
import { getFormDataString } from '~/lib/utils'
import { useFeature } from '~/root'
import { feature } from '~/lib/env.server'

import searchImg from 'nasawds/src/img/usa-icons-bg/search--white.svg'

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion postdeploy-search.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
This file contains API calls to the OpenSearch cluster to register and deploy an ml model to the opensearch cluster.
It also creates a neural ingest pipeline to allow for ingesting of documents into a knn index.
It also creates a neural ingest pipeline to allow for ingesting of documents into a K-Nearest Neighbors index.
*/
export default async function (client) {
//Set cluster settings
Expand Down

0 comments on commit 168293d

Please sign in to comment.