Skip to content

Commit

Permalink
waiver new
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Stepanov <astepano@redhat.com>
  • Loading branch information
Andrei-Stepanov committed Mar 19, 2024
1 parent 214dbbf commit 567362c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mutations/WaiverdbNew.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of ciboard
* Copyright (c) 2021, 2022 Andrei Stepanov <astepano@redhat.com>
* Copyright (c) 2021, 2022, 2024 Andrei Stepanov <astepano@redhat.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -29,7 +29,7 @@ export default gql`
$product_version: String!
$comment: String!
) {
waiver_db_new(
waiverNew(
subject_type: $subject_type
subject_identifier: $subject_identifier
testcase: $testcase
Expand Down

0 comments on commit 567362c

Please sign in to comment.