Skip to content

Commit 33e0612

Browse files
committed
add breadcrumb for future refactor
1 parent fb744cb commit 33e0612

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Frontend/src/stores/environment.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ interface Param {
33
value: string;
44
}
55

6+
//TODO we probbly should use https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams#parsing_window.location
67
export function getParams() {
78
const params: Param[] = [];
89

0 commit comments

Comments
 (0)