We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555c56e commit 6c26578Copy full SHA for 6c26578
1 file changed
src/lib/modrinth.ts
@@ -22,6 +22,7 @@ export interface VersionFile {
22
23
export async function get_project(id: string): Promise<Project> {
24
const resp = await fetch(`https://api.modrinth.com/v2/project/${id}`, {
25
+ cache: "no-store",
26
headers: {
27
'User-Agent': `Paigaldaja/${await getVersion()} (+https://github.com/Fabulously-Optimized/vanilla-installer-rust)`
28
}
0 commit comments