mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 11:39:15 +00:00
10 lines
128 B
JavaScript
10 lines
128 B
JavaScript
class DatabaseClass {
|
|
constructor() {}
|
|
|
|
saveLog = (ctx) => {
|
|
return ctx
|
|
}
|
|
}
|
|
|
|
module.exports = DatabaseClass
|