Skip to content

Commit da7001f

Browse files
committed
Remove unused import
1 parent fee2599 commit da7001f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { error, getInput, info, setFailed } from '@actions/core'
1+
import { getInput, info, setFailed } from '@actions/core'
22
import zulipInit from 'zulip-js'
33

44
const allNumericRegex = /^[0-9]+$/

0 commit comments

Comments
 (0)