fix: single purpose mutation

This commit is contained in:
Himadri Bhattacharjee
2025-06-21 12:29:58 +05:30
parent 10048ffb04
commit ca8d8e6a59

View File

@@ -12,14 +12,3 @@ mutation {
literal "))"
}
}
mutation {
expression """
((interpreted_string_literal_content) @str
(#eq? @str "/home/h/signal/softiee")
) @root
"""
substitute {
literal "/home/softiee/signal/h"
}
}