mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
Shamrock
: fix remove redundant dollar
This commit is contained in:
parent
a9a2e9a3dd
commit
02626489eb
@ -238,7 +238,7 @@ internal object RichProtoSvc: BaseSvc() {
|
||||
}
|
||||
return "https://$domain$originalUrl"
|
||||
}
|
||||
return "https://$$domain/offpic_new/0/123-0-${md5}/0?term=2"
|
||||
return "https://$domain/offpic_new/0/123-0-${md5}/0?term=2"
|
||||
}
|
||||
|
||||
suspend fun getGuildPicDownUrl(
|
||||
|
Loading…
x
Reference in New Issue
Block a user