Found trailing undefined in function call JS-W1042
Anti-pattern
Minor
5 months ago10 months old
Remove redundant undefined from function call
12export const store_username = writable(undefined);
13export const store_userid = writable(undefined);
14export const store_search_input = writable(undefined);
15export const store_user_role = writable(undefined);
Remove redundant undefined from function call
11export const store_token = writable(undefined);
12export const store_username = writable(undefined);
13export const store_userid = writable(undefined);
14export const store_search_input = writable(undefined);15export const store_user_role = writable(undefined);
Remove redundant undefined from function call
10
11export const store_token = writable(undefined);
12export const store_username = writable(undefined);
13export const store_userid = writable(undefined);14export const store_search_input = writable(undefined);
15export const store_user_role = writable(undefined);
Remove redundant undefined from function call
 9} */
10
11export const store_token = writable(undefined);
12export const store_username = writable(undefined);13export const store_userid = writable(undefined);
14export const store_search_input = writable(undefined);
15export const store_user_role = writable(undefined);
Remove redundant undefined from function call
 8    await goto("/login");
 9} */
10
11export const store_token = writable(undefined);12export const store_username = writable(undefined);
13export const store_userid = writable(undefined);
14export const store_search_input = writable(undefined);