mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-13 15:06:44 +03:00
Fixes
This commit is contained in:
@@ -48,10 +48,10 @@ function AppWithProviders({ page: initialPage }: AppProps) {
|
||||
|
||||
useRepoSync({
|
||||
userId: user?.id,
|
||||
enabled: user?.syncEnabled,
|
||||
interval: user?.syncInterval,
|
||||
lastSync: user?.lastSync,
|
||||
nextSync: user?.nextSync,
|
||||
enabled: false, // TODO: Get from config
|
||||
interval: 3600, // TODO: Get from config
|
||||
lastSync: null,
|
||||
nextSync: null,
|
||||
});
|
||||
|
||||
// Handle navigation from sidebar
|
||||
|
||||
Reference in New Issue
Block a user