add remaining org/proj/user initial sync

This commit is contained in:
Mike Mason
2023-07-11 21:32:30 +00:00
parent 80fb879ef6
commit 11fe8f8f2a
15 changed files with 215 additions and 34 deletions

View File

@@ -55,7 +55,7 @@ func WithRootTenant(sid string) Option {
return err
}
s.rootResource = rootResource{id}
s.rootResource = prefixedID{id}
return nil
}