Skip to content

Commit

Permalink
fixed parts of get officers algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Zhu authored and Charles Zhu committed Aug 28, 2023
1 parent 9d4927a commit 3000390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getOfficers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ export default async function getOfficerData(
officers.push(officer);
officerID++;
});

return officers;
}

0 comments on commit 3000390

Please sign in to comment.