Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
chore: add FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-rustin committed Sep 25, 2020
1 parent e1dbf3b commit b95dbd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/sig/index.ts
Expand Up @@ -82,6 +82,7 @@ export class SigService {
sigInfo: SigInfoSchema
): ContributorSchemaWithLevel[] {
const contributorInfos: ContributorSchemaWithLevel[] = [];
// FIXME: need a better way to reduce duplication of code.
Object.keys(sigInfo).forEach((key) => {
switch (key) {
case SigMemberLevelKey.Leader: {
Expand Down

0 comments on commit b95dbd0

Please sign in to comment.