remove unused async

This commit is contained in:
Simon Knott 2024-07-24 15:06:58 +02:00
parent a41e566c9e
commit fdf39a2970
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -157,7 +157,7 @@ export const UIModeView: React.FC<{}> = ({
pathSeparator, pathSeparator,
}); });
const updateList = async () => { const updateList = () => {
commandQueue.current = commandQueue.current.then(async () => { commandQueue.current = commandQueue.current.then(async () => {
setIsLoading(true); setIsLoading(true);
try { try {