Browse Source

change spelllings

Enzo 1 year ago
parent
commit
59658493a4
2 changed files with 4 additions and 4 deletions
  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