mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-02-09 17:47:44 +01:00
fix comment typo
This commit is contained in:
parent
f30ab4bae4
commit
2685e7c824
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ func importMutesAsyncF(
|
|||
}()
|
||||
}
|
||||
|
||||
// Go through the blocks parsed from CSV
|
||||
// Go through the mutes parsed from CSV
|
||||
// file, and create / update each one.
|
||||
for _, mute := range mutes {
|
||||
var (
|
||||
|
|
Loading…
Reference in a new issue