Skip to content

Commit 361925e

Browse files
authored
Update algolia api keys
1 parent 583a0ed commit 361925e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/handbook.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { sendWithMessageOwnership } from '../util/send';
55
import { TS_BLUE } from '../env';
66
import { decode } from 'html-entities';
77

8-
const ALGOLIA_APP_ID = 'BH4D9OD16A';
9-
const ALGOLIA_API_KEY = '3c2db2aef0c7ff26e8911267474a9b2c';
8+
const ALGOLIA_APP_ID = 'BGCDYOIYZ5';
9+
const ALGOLIA_API_KEY = '37ee06fa68db6aef451a490df6df7c60';
1010
const ALGOLIA_INDEX_NAME = 'typescriptlang';
1111

1212
const algolia = algoliasearch(ALGOLIA_APP_ID, ALGOLIA_API_KEY, {});

0 commit comments

Comments
 (0)