Commit 7749ab5
committed
fix(functions): improve regex matching in convert_to_seconds function
- Updated variable names for clarity by changing `m` to `match` in the `convert_to_seconds` function.
- Enhanced readability by ensuring consistent naming conventions and improving the overall structure of the regex matching logic.1 parent f67dff1 commit 7749ab5
File tree
1 file changed
+5
-5
lines changed1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
229 | | - | |
| 228 | + | |
| 229 | + | |
230 | 230 | | |
231 | | - | |
232 | | - | |
| 231 | + | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
0 commit comments