forked from mirrors/amnezia-wg-easy
		
	Supports displaying short links, for easy downloading on TVs and Android TVs: fix lint errors
This commit is contained in:
		
							parent
							
								
									81633de07b
								
							
						
					
					
						commit
						cd3d4efebf
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -5,7 +5,7 @@ const path = require('path');
 | 
				
			||||||
const debug = require('debug')('WireGuard');
 | 
					const debug = require('debug')('WireGuard');
 | 
				
			||||||
const crypto = require('node:crypto');
 | 
					const crypto = require('node:crypto');
 | 
				
			||||||
const QRCode = require('qrcode');
 | 
					const QRCode = require('qrcode');
 | 
				
			||||||
const CRC32 = require("crc-32");
 | 
					const CRC32 = require('crc-32');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const Util = require('./Util');
 | 
					const Util = require('./Util');
 | 
				
			||||||
const ServerError = require('./ServerError');
 | 
					const ServerError = require('./ServerError');
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue