This commit is contained in:
Gerzon Z 2022-01-26 10:20:23 -04:00
parent 9db97aa033
commit 66968b46fe
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ export function selectServerFailure(): Action {
};
}
export function serverRequest(server: string, username = null, fromServerHistory = false): IServer {
export function serverRequest(server: string, username: string | null = null, fromServerHistory = false): IServer {
return {
type: SERVER.REQUEST,
server,