Skip to content

Commit

Permalink
Refactor async task comment in getInitialEntry function
Browse files Browse the repository at this point in the history
  • Loading branch information
pavkout committed Oct 16, 2024
1 parent 4d86351 commit d94d6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/insomnia/src/utils/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const getInitialEntry = async () => {
return {
pathname: await getInitialRouteForOrganization({ organizationId, navigateToWorkspace: true }),
state: {
// async task need to excute when first entry
// async task need to execute when first entry
asyncTaskList: [AsyncTask.SyncOrganization, AsyncTask.MigrateProjects, AsyncTask.SyncProjects],
},
};
Expand Down

0 comments on commit d94d6ab

Please sign in to comment.