Refactor: Move data-access code to Typescript w/ shared interface
This commit is contained in:
@@ -47,7 +47,7 @@ const {
|
||||
getAllStickers,
|
||||
getRecentStickers,
|
||||
updateStickerPackStatus,
|
||||
} = require('./data');
|
||||
} = require('../../ts/sql/Client').default;
|
||||
|
||||
module.exports = {
|
||||
BLESSED_PACKS,
|
||||
|
Reference in New Issue
Block a user