Skip to content

Commit c636220

Browse files
committed
workflow fix 2
1 parent e00833f commit c636220

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/core/messages.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ const MESSAGES = {
2828
TRANSFORM_INVALID_PARAM_COUNT: 'Invalid parameters. Provide either one parameter (field name or array) or two parameters (reference field UID and field name or array).',
2929

3030
// Request/Error Messages
31-
REQUEST_ERROR_OCCURRED: (error) => `An error occurred: ${error}`,
31+
REQUEST_ERROR_OCCURRED: (error) => `An error occurred: ${error}`
3232
};
3333

3434
export default MESSAGES;
35-

0 commit comments

Comments
 (0)