Added workaround for bug in compiler
This commit is contained in:
@@ -11,3 +11,12 @@ extend Books with {
|
||||
/** Average rating */
|
||||
rating : Reviews.rating;
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// BUG in compiler: we have to force-include cat-service after admin-service
|
||||
// see cap/issues#111; when fixed we can rempve these lines
|
||||
//
|
||||
using from '@capire/bookshop/srv/admin-service';
|
||||
using from '@capire/bookshop/srv/cat-service';
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user