Skip to content

Commit

Permalink
🐛 Avoid old settings being applied on running archived indexers #2642 (
Browse files Browse the repository at this point in the history
  • Loading branch information
padms authored Dec 19, 2024
1 parent 051d3b3 commit 1e0e9fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions search/IndexArchivedNews/algolia.ts

This file was deleted.

2 changes: 1 addition & 1 deletion search/IndexArchivedNews/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as T from 'fp-ts/lib/Task'
import { init, getClient, getFileList, copyFile } from './blobStorage'
import { ContainerClient } from '@azure/storage-blob'
import { update, generateIndexName, getEnvironment, languageFromIso, languageOrDefault, NewsIndex } from '../common'
import { indexSettings } from './algolia'
import { indexSettings } from '../IndexSanityContent/common/news/algolia'
import { mapData } from './mapper'
import { loadJson } from './fileStorage'

Expand Down

0 comments on commit 1e0e9fe

Please sign in to comment.