fix: Make v2 JWT incompatible with v1
- fix(Proposals): Populating driver data. - fix(Account): Make v1 and v2 JWT secret incompatible.
This commit is contained in:
@@ -12,6 +12,7 @@ const populate_list = [
|
||||
'shipper',
|
||||
'carrier',
|
||||
'vehicle',
|
||||
{ path:'vehicle' , populate : { path : 'driver' } },
|
||||
'bidder',
|
||||
'accepted_by'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user