mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-23 05:14:26 +00:00
chore: remove extension folder
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
export const getShortifyData = () => {
|
||||
return new Promise((resolve, reject) => {
|
||||
chrome.storage.local.get(["shortify"], (data) => {
|
||||
if (data?.shortify) {
|
||||
resolve(data.shortify);
|
||||
} else {
|
||||
reject("shortify data not found");
|
||||
}
|
||||
});
|
||||
});
|
||||
};
|
Reference in New Issue
Block a user