mirror of
https://github.com/esiur/esiur-dart.git
synced 2026-04-03 17:58:21 +00:00
IAuth
This commit is contained in:
@@ -482,7 +482,8 @@ class Instance extends IEventHandler {
|
||||
|
||||
if (pi.parents.count == 0) break;
|
||||
|
||||
p = pi.parents.firstOrNull!;
|
||||
p = pi.parents.first;
|
||||
|
||||
}
|
||||
|
||||
return l.join("/");
|
||||
|
||||
Reference in New Issue
Block a user