Explorar o código

fix(crowi): add biome-ignore comment for async onShutdown method

Ryu Sato hai 1 semana
pai
achega
bce536750e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      apps/app/src/server/crowi/index.ts

+ 1 - 0
apps/app/src/server/crowi/index.ts

@@ -660,6 +660,7 @@ class Crowi {
         await mongoose.disconnect();
         return;
       },
+      // biome-ignore lint/suspicious/useAwait: onShutdown should be async
       onShutdown: async () => {
         logger.info('Cleanup finished, server is shutting down');
       },