From 29a1dec4de0aa7ba64ef068a83b1b8589fbc3ad0 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 28 Nov 2023 17:49:26 +0100 Subject: fix(services,types): make queries and types coherent for Topic * some nodes was missing in topicQuery * a node was mispelled in topicsListQuery * add tests for all topics fetchers --- src/types/data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/types') diff --git a/src/types/data.ts b/src/types/data.ts index c582709..7b9a879 100644 --- a/src/types/data.ts +++ b/src/types/data.ts @@ -123,7 +123,7 @@ export type WPThematicPreview = Pick< >; type WPAcfTopics = { - officialWebsite: string; + officialWebsite: Nullable; postsInTopic: Nullable; }; -- cgit v1.2.3