Skip to content

Commit

Permalink
chore: Undo a stupidly merged change to _data.groovy...
Browse files Browse the repository at this point in the history
I made a note to devs and somehow managed to ignore it entirely while doing other things. Extremely silly mistake to make :')
  • Loading branch information
EthanFreestone committed Oct 4, 2024
1 parent 88aeaa5 commit c0d4d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/src/main/okapi/tenant/sample_data/_data.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RemoteKB.findByName('GOKb') ?: (new RemoteKB(
uri:'https://gokb.org/gokb/oai/index',
fullPrefix:'gokb',
rectype: RemoteKB.RECTYPE_PACKAGE,
active:Boolean.TRUE,
active:Boolean.FALSE,
supportsHarvesting:true,
activationEnabled:false
).save(failOnError:true))
Expand Down

0 comments on commit c0d4d78

Please sign in to comment.