Skip to content

Commit

Permalink
add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtThiemann committed Feb 23, 2024
1 parent 7f490d2 commit 8958ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Archive/WriteArchive.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default class WriteArchive {
return null;
}
return res.value;
}
};
return this;
}

Expand Down

0 comments on commit 8958ff6

Please sign in to comment.