Fix tests on node v16
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
@@ -118,6 +118,6 @@ export class PgSearchEngineIndexer extends BatchSearchEngineIndexer {
|
||||
} catch {
|
||||
// Unlikely! It was likely rolled back earlier.
|
||||
}
|
||||
done();
|
||||
done(error);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user