Skip to content

Commit 925b4b4

Browse files
committed
.
1 parent cb73fcb commit 925b4b4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/fb_allInOne.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
import { BADGES } from "./helpers/badge.js";
22
import { runFunc } from "./helpers/utils.js";
33

4-
const CACHED = {
5-
uid: null,
6-
fb_dtsg: null,
7-
};
8-
94
const GLOBAL = {
105
fetch: (url, options) => fetch(url, options || {}).then((res) => res.text()),
116
};

0 commit comments

Comments
 (0)