fix(core): update
This commit is contained in:
@ -202,7 +202,7 @@ tap.test('should store a new Truck', async () => {
|
||||
|
||||
tap.test('should use a cursor', async () => {
|
||||
const cursor = await Truck.getCursor({});
|
||||
cursor.forEach(async truckArg => {
|
||||
cursor.forEach(async (truckArg) => {
|
||||
console.log(truckArg.id);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user