♻️ Improve new version popup polling
Use react-query to trigger the request more intelligently than with a timeout
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
// TODO: Remove when all clients are up to date
|
||||
import { NextApiRequest, NextApiResponse } from 'next'
|
||||
|
||||
const handler = async (_req: NextApiRequest, res: NextApiResponse) => {
|
||||
|
Reference in New Issue
Block a user