fix linting
This commit is contained in:
		
							parent
							
								
									a05bb1d4f9
								
							
						
					
					
						commit
						d129184f7b
					
				@ -413,11 +413,6 @@ export default function extendStruct (Y) {
 | 
				
			|||||||
          id: op.id,
 | 
					          id: op.id,
 | 
				
			||||||
          type: op.type
 | 
					          type: op.type
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        if (op.requires != null) {
 | 
					 | 
				
			||||||
          debugger // TODO: this is used. adapt binarEncode/Decode!!
 | 
					 | 
				
			||||||
          console.warn('Note to myself: this is used. adapt binarEncode/Decode!!')
 | 
					 | 
				
			||||||
          e.requires = op.requires
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        if (op.info != null) {
 | 
					        if (op.info != null) {
 | 
				
			||||||
          e.info = op.info
 | 
					          e.info = op.info
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
				
			|||||||
@ -1,3 +1,4 @@
 | 
				
			|||||||
 | 
					/* globals crypto */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import { BinaryDecoder, BinaryEncoder } from './Encoding.js'
 | 
					import { BinaryDecoder, BinaryEncoder } from './Encoding.js'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user