We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SongViewDto
1 parent 03c0df3 commit 5991297Copy full SHA for 5991297
web/src/modules/song/components/SongPage.tsx
@@ -21,7 +21,7 @@ import { ErrorBox } from '../../shared/components/client/ErrorBox';
21
import { formatTimeAgo } from '../../shared/util/format';
22
23
export async function SongPage({ id }: { id: string }) {
24
- let song;
+ let song: SongViewDtoType;
25
26
// get 'token' cookie from headers
27
const cookieStore = await cookies();
0 commit comments