fix: missing comma

This commit is contained in:
Torsten Dittmann
2023-09-16 18:13:49 +02:00
parent b59de8a0e5
commit 9f2b2f1d62

View File

@@ -1,13 +1,6 @@
import type { Language } from './code';
export const versions = [
'1.4.x',
'1.3.x',
'1.2.x',
'1.1.x'
'1.0.x',
'0.15.x'
];
export const versions = ['1.4.x', '1.3.x', '1.2.x', '1.1.x', '1.0.x', '0.15.x'];
export enum Service {
Account = 'account',