Enzo преди 1 година
родител
ревизия
59658493a4
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 2 2
      test/test4.ts
  2. 2 2
      type/datatype.ts

+ 2 - 2
test/test4.ts

@@ -208,8 +208,8 @@ function countdown() {
 
 countdown()
 
-convertDataInMongo('mongodb://192.168.100.59:27017/primary')
-convertDataInMongo('mongodb+srv://testDB:h1nt1OyXw6QeUnzS@cluster0.29sklte.mongodb.net/secondary')
+// convertDataInMongo('mongodb://192.168.100.59:27017/primary')
+// convertDataInMongo('mongodb+srv://testDB:h1nt1OyXw6QeUnzS@cluster0.29sklte.mongodb.net/secondary')
 
 // // Manually log the missing data given by audit
 secondary_log.init(settings.target).then(() => {

+ 2 - 2
type/datatype.ts

@@ -20,11 +20,11 @@ export interface MessageSynchronisationServiceSetting {
 }
 
 // Renew Structure To fix undefined issue at test3a.ts init()
-type LogSettingwTags = LogSetting & Tags & Filtes
+type LogSettingwTags = LogSetting & Tags & Filters
 interface Tags {
     tags: string[]
 }
-interface Filtes {
+interface Filters {
     filters?: string[]
 }
 // Acknowledgement Service Class