mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
chore: clean up
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -147,14 +147,6 @@ class Utils {
|
||||
return base64Encoded;
|
||||
}
|
||||
|
||||
// static String genRandomString(int length) {
|
||||
// const characters = '0123456789abcdefghijklmnopqrstuvwxyz';
|
||||
// Random random = Random();
|
||||
// return List.generate(
|
||||
// length, (index) => characters[random.nextInt(characters.length)])
|
||||
// .join();
|
||||
// }
|
||||
|
||||
static String genTraceId() {
|
||||
String randomId = generateRandomString(32);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user