Skip to content
Prev Previous commit
Next Next commit
fix: run lint fix
  • Loading branch information
svrnm committed May 18, 2021
commit 288667913f12b1c7f169a5dd826ca3a43ca6e5ca
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ export enum AttributeNames {
DNS_ERROR_CODE = 'dns.error_code',
DNS_ERROR_NAME = 'dns.error_name',
DNS_ERROR_MESSAGE = 'dns.error_message',
DNS_HOSTNAME = 'dns.hostname'
DNS_HOSTNAME = 'dns.hostname',
}