Remove early return from SSR example (#4993)

This commit is contained in:
Matthew Phillips 2022-10-05 16:37:54 -04:00 committed by GitHub
parent d22d77856b
commit 671fca7dac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,8 +6,6 @@ import { getProducts } from '../api';
import '../styles/common.css';
const products = await getProducts(Astro.request);
return;
---
<html lang="en">