mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-22 11:19:46 +00:00
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