Skip to content

Commit

Permalink
remove unused async
Browse files Browse the repository at this point in the history
  • Loading branch information
poffdeluxe committed Oct 19, 2021
1 parent 9642b86 commit f6a934e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const useWorkpad = (
}, [workpadId, dispatch, setError, loadPages, workpadResolve]);

useEffect(() => {
(async () => {
(() => {
if (!resolveInfo) return;

const { aliasId, outcome } = resolveInfo;
Expand Down

0 comments on commit f6a934e

Please sign in to comment.