🔥 delete unused file: wtftags (#465)

This commit is contained in:
Matiss Janis Aboltins
2023-01-14 21:08:24 +00:00
committed by GitHub
parent 392e0c6030
commit 9f0b990c91

View File

@@ -1,5 +0,0 @@
let params = new URLSearchParams(window.location.search);
export function getWTFTag(tag) {
return params.get(tag);
}