Skip to content

Commit

Permalink
Address review remark
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abdelsalam committed Feb 5, 2025
1 parent 23652e6 commit f3f643b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manage_sql.c
Original file line number Diff line number Diff line change
Expand Up @@ -57112,7 +57112,7 @@ tag_add_resources_list (tag_t tag, const char *type, array_t *uuids,
{
resource_permission = g_strdup ("get_reports");
g_free (resource_type);
resource_type = g_strdup("report");
resource_type = g_strdup ("report");
}
else if (type_is_task_subtype (type))
{
Expand Down

0 comments on commit f3f643b

Please sign in to comment.