Skip to content

Commit

Permalink
feat(preset-algolia): attach algolia credentials on hits (#1117)
Browse files Browse the repository at this point in the history
Co-authored-by: Haroen Viaene <[email protected]>
  • Loading branch information
dhayab and Haroenv committed Apr 11, 2023
1 parent a727066 commit 7c0b82d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import type { SearchClient } from '../types';

export function getAppIdAndApiKey(searchClient: SearchClient): {
export function getAppIdAndApiKey(
searchClient: SearchClient
): {
appId: string;
apiKey: string;
} {
Expand Down

0 comments on commit 7c0b82d

Please sign in to comment.