mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 02:42:45 +00:00
fix typos
This commit is contained in:
@@ -308,7 +308,7 @@ module.exports.getRepoReadme = async (options) => {
|
||||
}
|
||||
};
|
||||
|
||||
module.exports.updateAnonimizedRepository = async (repoConfig) => {
|
||||
module.exports.updateAnonymizedRepository = async (repoConfig) => {
|
||||
if (repoConfig.status == "updating") {
|
||||
throw "repo_is_updating";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user