We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce6024 commit 1e1ac36Copy full SHA for 1e1ac36
1 file changed
packages/client/src/clients/guide/client.ts
@@ -160,7 +160,7 @@ const predicate = (
160
};
161
162
export const checkActivatable = (
163
- guide: KnockGuide,
+ guide: Pick<KnockGuide, "activation_url_rules" | "activation_url_patterns">,
164
location: string | undefined,
165
) => {
166
const url = location ? newUrl(location) : undefined;
0 commit comments