add todo reminder comment
This commit is contained in:
@@ -56,6 +56,7 @@ export const getArchivedGame = async ({ id, userid }: { id?: number; userid?: nu
|
|||||||
url += `userid=${userid}`;
|
url += `userid=${userid}`;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
|
// TODO: handle caching more efficiently
|
||||||
const res = await fetch(url, {
|
const res = await fetch(url, {
|
||||||
next: { revalidate: 20 }
|
next: { revalidate: 20 }
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user