Skip to content

Commit 24acbf4

Browse files
committed
Remove constant in NLU v1.ts
1 parent f24d803 commit 24acbf4

File tree

1 file changed

+0
-1
lines changed
  • natural-language-understanding

1 file changed

+0
-1
lines changed

natural-language-understanding/v1.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import GeneratedNaturalLanguageUnderstandingV1 = require('./v1-generated');
2020
class NaturalLanguageUnderstandingV1 extends GeneratedNaturalLanguageUnderstandingV1 {
2121
static VERSION_DATE_2016_01_23: string = '2016-01-23';
2222
static VERSION_DATE_2017_02_27: string = '2017-02-27';
23-
static VERSION_DATE_2018_04_05: string = '2018-04-05';
2423

2524
constructor(options) {
2625
// For backward compatibility, allow version to be passed in version_date.

0 commit comments

Comments
 (0)