Skip to content

Commit 1b95d7e

Browse files
authored
Merge pull request #186 from CodexRaunak/api-fix
Update api query params
2 parents 2cd042a + 909caa0 commit 1b95d7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/partials/academy-validation/validate-academy-registry-ids.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{{- $site.Store.Set $cacheKey $result -}}
1010
{{- else -}}
1111
{{- $separator := cond (in $registryURL "?") "&" "?" -}}
12-
{{- $url := printf "%s%sorgId=%s" $registryURL $separator $orgID -}}
12+
{{- $url := printf "%s%sorgId=%s&status=ready,not_ready" $registryURL $separator $orgID -}}
1313
{{- $registeredIDs := slice -}}
1414
{{- $result := dict "status" "ok" "ids" $registeredIDs "message" "" "url" $url -}}
1515
{{- $remoteCacheEpochKey := "academy-theme-registry-cache-epoch" -}}

0 commit comments

Comments
 (0)