mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
#152 fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
typedef GhId = String;
|
||||
|
||||
extension GhIdX on GhId {
|
||||
String get url => 'https://github.com/$this ';
|
||||
String get url => 'https://github.com/$this';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user