Skip to content

Commit

Permalink
Products: Get via new api param
Browse files Browse the repository at this point in the history
  • Loading branch information
jarstelfox committed Jul 6, 2023
1 parent 7934742 commit bd5cb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/templates/troubleshooting/server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const getServerSideProps: GetServerSideProps<TroubleshootingProps> =
let troubleshootingData: TroubleshootingApiData;
try {
troubleshootingData = await client.get<TroubleshootingApiData>(
`Troubleshooting/${wikiname}?vulcan=1`,
`Troubleshooting/${wikiname}?vulcan=1&fullProducts=1`,
'troubleshooting'
);
} catch (e) {
Expand Down

0 comments on commit bd5cb38

Please sign in to comment.