mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
Upgrade typescript to 3.8.2 (#9189)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
import { safeStringify } from '../../../src/utils/safeStringify';
|
||||
|
||||
class Noise {
|
||||
public next: Noise;
|
||||
public next?: Noise;
|
||||
}
|
||||
|
||||
describe('Stringify utility testing', () => {
|
||||
|
||||
Reference in New Issue
Block a user