mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-07 08:55:05 -04:00
Add JSDoc to server/socket-handlers/*
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
This commit is contained in:
parent
3d04befc1f
commit
068b920553
4 changed files with 31 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
|||
const { checkLogin } = require("../util-server");
|
||||
const Database = require("../database");
|
||||
|
||||
/**
|
||||
* Handlers for database
|
||||
* @param {Socket} socket Socket.io instance
|
||||
*/
|
||||
module.exports = (socket) => {
|
||||
|
||||
// Post or edit incident
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue