This commit is contained in:
Daniel
2020-03-08 14:39:15 +01:00
parent 79d624e798
commit f50e5312c3

View File

@@ -14,7 +14,7 @@ extend Books with {
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
// BUG in compiler: we have to force-include cat-service after admin-service // BUG in compiler: we have to force-include cat-service after admin-service
// see cap/issues#111; when fixed we can rempve these lines // see cap/issues#4112; when fixed we can rempve these lines
// //
using from '@capire/bookshop/srv/admin-service'; using from '@capire/bookshop/srv/admin-service';
using from '@capire/bookshop/srv/cat-service'; using from '@capire/bookshop/srv/cat-service';